Dave-theGr8
commited on
Commit
•
ffc7932
1
Parent(s):
8f805bf
End of training
Browse files- README.md +58 -3
- adapter_config.json +29 -0
- adapter_model.safetensors +3 -0
- runs/May24_18-59-46_f391a23663e8/events.out.tfevents.1716577187.f391a23663e8.6489.4 +3 -0
- runs/May24_19-00-55_f391a23663e8/events.out.tfevents.1716577255.f391a23663e8.6489.5 +3 -0
- runs/May24_19-03-30_f391a23663e8/events.out.tfevents.1716577410.f391a23663e8.6489.6 +3 -0
- runs/May24_19-04-37_f391a23663e8/events.out.tfevents.1716577479.f391a23663e8.6489.7 +3 -0
- runs/May24_19-19-34_f391a23663e8/events.out.tfevents.1716578376.f391a23663e8.11521.0 +3 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
7 |
+
model-index:
|
8 |
+
- name: mistraldog
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# mistraldog
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on an unknown dataset.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0002
|
37 |
+
- train_batch_size: 1
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- gradient_accumulation_steps: 4
|
41 |
+
- total_train_batch_size: 4
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: cosine
|
44 |
+
- lr_scheduler_warmup_ratio: 0.05
|
45 |
+
- num_epochs: 1
|
46 |
+
- mixed_precision_training: Native AMP
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
### Framework versions
|
53 |
+
|
54 |
+
- PEFT 0.11.1
|
55 |
+
- Transformers 4.41.0
|
56 |
+
- Pytorch 2.3.0+cu121
|
57 |
+
- Datasets 2.19.1
|
58 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"v_proj"
|
25 |
+
],
|
26 |
+
"task_type": "CAUSAL_LM",
|
27 |
+
"use_dora": false,
|
28 |
+
"use_rslora": false
|
29 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65eebef713be36343b8624dc5918d3b5f7b96badf114538580a5bffd2beb5c1b
|
3 |
+
size 27280152
|
runs/May24_18-59-46_f391a23663e8/events.out.tfevents.1716577187.f391a23663e8.6489.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab4f4b3a445dbdee9768145bd73621a76d3c9ec92969beaec41070fc7858a210
|
3 |
+
size 6151
|
runs/May24_19-00-55_f391a23663e8/events.out.tfevents.1716577255.f391a23663e8.6489.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d27040b2e65a174dcc4ba5b0ca970ec8f8eb4d34e2b0a4d4af868283070d8e3f
|
3 |
+
size 6151
|
runs/May24_19-03-30_f391a23663e8/events.out.tfevents.1716577410.f391a23663e8.6489.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de60303c525c16412a77c6aeb5dd9c6d2f0c90d8544f923308a37671e721235c
|
3 |
+
size 6151
|
runs/May24_19-04-37_f391a23663e8/events.out.tfevents.1716577479.f391a23663e8.6489.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23edaa294a291dd0ed78d9e80c9ed2052dafdebfeb48b995b13e0d28cf999a98
|
3 |
+
size 6150
|
runs/May24_19-19-34_f391a23663e8/events.out.tfevents.1716578376.f391a23663e8.11521.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1f083b5f9aedc0e4fafb4472fdad163972c46592232afc6a7c17dab74c0aa44
|
3 |
+
size 42094
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52d0acb6f8f1bd292fb4763b50a6328055e9cf8cfbfa978a0393e1284e4fa675
|
3 |
+
size 5112
|