End of training
Browse files- README.md +7 -1
- config.json +1 -1
README.md
CHANGED
@@ -2,9 +2,15 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- simpo
|
7 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: mistral-sft-simpo-cleaned-re
|
10 |
results: []
|
@@ -16,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/jiwooya1000/huggingface/runs/k5m2s40e)
|
17 |
# mistral-sft-simpo-cleaned-re
|
18 |
|
19 |
-
This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- simpo
|
8 |
- generated_from_trainer
|
9 |
+
- trl
|
10 |
+
- simpo
|
11 |
+
- generated_from_trainer
|
12 |
+
datasets:
|
13 |
+
- argilla/ultrafeedback-binarized-preferences-cleaned
|
14 |
model-index:
|
15 |
- name: mistral-sft-simpo-cleaned-re
|
16 |
results: []
|
|
|
22 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/jiwooya1000/huggingface/runs/k5m2s40e)
|
23 |
# mistral-sft-simpo-cleaned-re
|
24 |
|
25 |
+
This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the argilla/ultrafeedback-binarized-preferences-cleaned dataset.
|
26 |
|
27 |
## Model description
|
28 |
|
config.json
CHANGED
@@ -22,6 +22,6 @@
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.43.2",
|
25 |
-
"use_cache":
|
26 |
"vocab_size": 32000
|
27 |
}
|
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.43.2",
|
25 |
+
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|