End of training
Browse files- README.md +7 -1
- config.json +1 -1
README.md
CHANGED
@@ -1,9 +1,15 @@
|
|
1 |
---
|
2 |
base_model: ondevicellm/tinyllama_mole_sft_ultrachat_ep3
|
3 |
tags:
|
|
|
4 |
- trl
|
5 |
- dpo
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: tinyllama_mole_dpo_ep3
|
9 |
results: []
|
@@ -14,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# tinyllama_mole_dpo_ep3
|
16 |
|
17 |
-
This model is a fine-tuned version of [ondevicellm/tinyllama_mole_sft_ultrachat_ep3](https://huggingface.co/ondevicellm/tinyllama_mole_sft_ultrachat_ep3) on the
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.6285
|
20 |
- Rewards/chosen: -0.3050
|
|
|
1 |
---
|
2 |
base_model: ondevicellm/tinyllama_mole_sft_ultrachat_ep3
|
3 |
tags:
|
4 |
+
- alignment-handbook
|
5 |
- trl
|
6 |
- dpo
|
7 |
- generated_from_trainer
|
8 |
+
- trl
|
9 |
+
- dpo
|
10 |
+
- generated_from_trainer
|
11 |
+
datasets:
|
12 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
13 |
model-index:
|
14 |
- name: tinyllama_mole_dpo_ep3
|
15 |
results: []
|
|
|
20 |
|
21 |
# tinyllama_mole_dpo_ep3
|
22 |
|
23 |
+
This model is a fine-tuned version of [ondevicellm/tinyllama_mole_sft_ultrachat_ep3](https://huggingface.co/ondevicellm/tinyllama_mole_sft_ultrachat_ep3) on the HuggingFaceH4/ultrafeedback_binarized dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 0.6285
|
26 |
- Rewards/chosen: -0.3050
|
config.json
CHANGED
@@ -36,6 +36,6 @@
|
|
36 |
"torch_dtype": "bfloat16",
|
37 |
"transformers_version": "4.37.0",
|
38 |
"trust_remote_code": true,
|
39 |
-
"use_cache":
|
40 |
"vocab_size": 32000
|
41 |
}
|
|
|
36 |
"torch_dtype": "bfloat16",
|
37 |
"transformers_version": "4.37.0",
|
38 |
"trust_remote_code": true,
|
39 |
+
"use_cache": true,
|
40 |
"vocab_size": 32000
|
41 |
}
|