End of training
Browse files- README.md +3 -3
- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# sft-facebook-opt350m-with-openassistant-guanaco
|
18 |
|
19 |
-
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -39,8 +39,8 @@ The following hyperparameters were used during training:
|
|
39 |
- train_batch_size: 8
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
42 |
-
- gradient_accumulation_steps:
|
43 |
-
- total_train_batch_size:
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 2
|
|
|
16 |
|
17 |
# sft-facebook-opt350m-with-openassistant-guanaco
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the timdettmers/openassistant-guanaco dataset.
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
39 |
- train_batch_size: 8
|
40 |
- eval_batch_size: 8
|
41 |
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 32
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 2
|
adapter_config.json
CHANGED
@@ -9,18 +9,18 @@
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
-
"lora_alpha":
|
13 |
-
"lora_dropout": 0.
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
-
"r":
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
+
"lora_alpha": 32,
|
13 |
+
"lora_dropout": 0.05,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
+
"r": 16,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c66041ec5a8b52098b462db6d2538321f408e44d9eee952b015bec26a558fcfb
|
3 |
+
size 6304960
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4347
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a40c87389451a1dea6ad023a4cb2eba1ab84e1235fbcb4026668893ea46224ab
|
3 |
size 4347
|