End of training
Browse files- README.md +5 -1
- config.json +1 -1
README.md
CHANGED
|
@@ -2,9 +2,13 @@
|
|
| 2 |
license: other
|
| 3 |
base_model: stabilityai/stablelm-2-zephyr-1_6b
|
| 4 |
tags:
|
|
|
|
|
|
|
| 5 |
- trl
|
| 6 |
- dpo
|
| 7 |
- generated_from_trainer
|
|
|
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: slm-2-dpo-full
|
| 10 |
results: []
|
|
@@ -15,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# slm-2-dpo-full
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [stabilityai/stablelm-2-zephyr-1_6b](https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b) on the
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
- Loss: 31.9894
|
| 21 |
- Rewards/chosen: 0.0244
|
|
|
|
| 2 |
license: other
|
| 3 |
base_model: stabilityai/stablelm-2-zephyr-1_6b
|
| 4 |
tags:
|
| 5 |
+
- alignment-handbook
|
| 6 |
+
- generated_from_trainer
|
| 7 |
- trl
|
| 8 |
- dpo
|
| 9 |
- generated_from_trainer
|
| 10 |
+
datasets:
|
| 11 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
| 12 |
model-index:
|
| 13 |
- name: slm-2-dpo-full
|
| 14 |
results: []
|
|
|
|
| 19 |
|
| 20 |
# slm-2-dpo-full
|
| 21 |
|
| 22 |
+
This model is a fine-tuned version of [stabilityai/stablelm-2-zephyr-1_6b](https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b) on the HuggingFaceH4/ultrafeedback_binarized dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
- Loss: 31.9894
|
| 25 |
- Rewards/chosen: 0.0244
|
config.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
"torch_dtype": "bfloat16",
|
| 29 |
"transformers_version": "4.36.2",
|
| 30 |
-
"use_cache":
|
| 31 |
"use_qkv_bias": true,
|
| 32 |
"vocab_size": 100352
|
| 33 |
}
|
|
|
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
"torch_dtype": "bfloat16",
|
| 29 |
"transformers_version": "4.36.2",
|
| 30 |
+
"use_cache": true,
|
| 31 |
"use_qkv_bias": true,
|
| 32 |
"vocab_size": 100352
|
| 33 |
}
|