yinmingzhang
commited on
Commit
•
ce6834c
1
Parent(s):
664c53d
End of training
Browse files- README.md +6 -2
- all_results.json +4 -4
- config.json +1 -1
- eval_results.json +4 -4
README.md
CHANGED
@@ -2,12 +2,16 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: Qwen/Qwen2-0.5B
|
4 |
tags:
|
|
|
|
|
|
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- alignment-handbook
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
-
|
11 |
model-index:
|
12 |
- name: qwen2-0.5b-sft
|
13 |
results: []
|
@@ -19,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
[<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/mzyin-university-of-florida/huggingface/runs/eizi1rvf)
|
20 |
# qwen2-0.5b-sft
|
21 |
|
22 |
-
This model is a fine-tuned version of [Qwen/Qwen2-0.5B](https://huggingface.co/Qwen/Qwen2-0.5B) on the
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 1.5327
|
25 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: Qwen/Qwen2-0.5B
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
- trl
|
10 |
- sft
|
11 |
- alignment-handbook
|
12 |
- generated_from_trainer
|
13 |
datasets:
|
14 |
+
- HuggingFaceH4/ultrachat_200k
|
15 |
model-index:
|
16 |
- name: qwen2-0.5b-sft
|
17 |
results: []
|
|
|
23 |
[<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/mzyin-university-of-florida/huggingface/runs/eizi1rvf)
|
24 |
# qwen2-0.5b-sft
|
25 |
|
26 |
+
This model is a fine-tuned version of [Qwen/Qwen2-0.5B](https://huggingface.co/Qwen/Qwen2-0.5B) on the HuggingFaceH4/ultrachat_200k dataset.
|
27 |
It achieves the following results on the evaluation set:
|
28 |
- Loss: 1.5327
|
29 |
|
all_results.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 0.9993049349617714,
|
3 |
-
"eval_loss": 1.
|
4 |
-
"eval_runtime":
|
5 |
"eval_samples": 23109,
|
6 |
-
"eval_samples_per_second": 119.
|
7 |
-
"eval_steps_per_second":
|
8 |
"total_flos": 106161864966144.0,
|
9 |
"train_loss": 1.5477431688475496,
|
10 |
"train_runtime": 10888.6684,
|
|
|
1 |
{
|
2 |
"epoch": 0.9993049349617714,
|
3 |
+
"eval_loss": 1.5326507091522217,
|
4 |
+
"eval_runtime": 223.1588,
|
5 |
"eval_samples": 23109,
|
6 |
+
"eval_samples_per_second": 119.843,
|
7 |
+
"eval_steps_per_second": 4.996,
|
8 |
"total_flos": 106161864966144.0,
|
9 |
"train_loss": 1.5477431688475496,
|
10 |
"train_runtime": 10888.6684,
|
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"tie_word_embeddings": true,
|
24 |
"torch_dtype": "float16",
|
25 |
"transformers_version": "4.42.0",
|
26 |
-
"use_cache":
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 151646
|
29 |
}
|
|
|
23 |
"tie_word_embeddings": true,
|
24 |
"torch_dtype": "float16",
|
25 |
"transformers_version": "4.42.0",
|
26 |
+
"use_cache": true,
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 151646
|
29 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 0.9993049349617714,
|
3 |
-
"eval_loss": 1.
|
4 |
-
"eval_runtime":
|
5 |
"eval_samples": 23109,
|
6 |
-
"eval_samples_per_second": 119.
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.9993049349617714,
|
3 |
+
"eval_loss": 1.5326507091522217,
|
4 |
+
"eval_runtime": 223.1588,
|
5 |
"eval_samples": 23109,
|
6 |
+
"eval_samples_per_second": 119.843,
|
7 |
+
"eval_steps_per_second": 4.996
|
8 |
}
|