Lichang-Chen
commited on
End of training
Browse files- README.md +6 -2
- all_results.json +5 -0
- config.json +1 -1
- eval_results.json +8 -0
README.md
CHANGED
@@ -2,11 +2,15 @@
|
|
2 |
license: other
|
3 |
base_model: 01-ai/Yi-34B-Chat
|
4 |
tags:
|
|
|
|
|
|
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
10 |
model-index:
|
11 |
- name: yi-34b-v0.1
|
12 |
results: []
|
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# yi-34b-v0.1
|
19 |
|
20 |
-
This model is a fine-tuned version of [01-ai/Yi-34B-Chat](https://huggingface.co/01-ai/Yi-34B-Chat) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.8262
|
23 |
|
|
|
2 |
license: other
|
3 |
base_model: 01-ai/Yi-34B-Chat
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
- trl
|
10 |
- sft
|
11 |
- generated_from_trainer
|
12 |
datasets:
|
13 |
+
- HuggingFaceH4/SystemChat
|
14 |
model-index:
|
15 |
- name: yi-34b-v0.1
|
16 |
results: []
|
|
|
21 |
|
22 |
# yi-34b-v0.1
|
23 |
|
24 |
+
This model is a fine-tuned version of [01-ai/Yi-34B-Chat](https://huggingface.co/01-ai/Yi-34B-Chat) on the HuggingFaceH4/SystemChat dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.8262
|
27 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 2.96,
|
|
|
|
|
|
|
|
|
|
|
3 |
"train_loss": 0.4923532526329081,
|
4 |
"train_runtime": 4087.1741,
|
5 |
"train_samples": 6520,
|
|
|
1 |
{
|
2 |
"epoch": 2.96,
|
3 |
+
"eval_loss": 0.8261664509773254,
|
4 |
+
"eval_runtime": 7.98,
|
5 |
+
"eval_samples": 500,
|
6 |
+
"eval_samples_per_second": 19.048,
|
7 |
+
"eval_steps_per_second": 2.381,
|
8 |
"train_loss": 0.4923532526329081,
|
9 |
"train_runtime": 4087.1741,
|
10 |
"train_samples": 6520,
|
config.json
CHANGED
@@ -23,6 +23,6 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.39.0.dev0",
|
26 |
-
"use_cache":
|
27 |
"vocab_size": 64002
|
28 |
}
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.39.0.dev0",
|
26 |
+
"use_cache": true,
|
27 |
"vocab_size": 64002
|
28 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.96,
|
3 |
+
"eval_loss": 0.8261664509773254,
|
4 |
+
"eval_runtime": 7.98,
|
5 |
+
"eval_samples": 500,
|
6 |
+
"eval_samples_per_second": 19.048,
|
7 |
+
"eval_steps_per_second": 2.381
|
8 |
+
}
|