yangzhao02 commited on
Commit
a02a0c0
·
verified ·
1 Parent(s): 61c5698

End of training

Browse files
Files changed (4) hide show
  1. README.md +6 -2
  2. all_results.json +5 -0
  3. config.json +1 -1
  4. eval_results.json +5 -5
README.md CHANGED
@@ -2,11 +2,15 @@
2
  license: apache-2.0
3
  base_model: Qwen/Qwen2-0.5B
4
  tags:
 
 
 
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
- - generator
10
  model-index:
11
  - name: qwen2-0.5b-sft
12
  results: []
@@ -18,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
18
  [<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/zhaoyang1/huggingface/runs/n1cgl3ti)
19
  # qwen2-0.5b-sft
20
 
21
- This model is a fine-tuned version of [Qwen/Qwen2-0.5B](https://huggingface.co/Qwen/Qwen2-0.5B) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 1.5269
24
 
 
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
  - generated_from_trainer
12
  datasets:
13
+ - HuggingFaceH4/ultrachat_200k
14
  model-index:
15
  - name: qwen2-0.5b-sft
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/zhaoyang1/huggingface/runs/n1cgl3ti)
23
  # qwen2-0.5b-sft
24
 
25
+ 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.
26
  It achieves the following results on the evaluation set:
27
  - Loss: 1.5269
28
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 0.9998676022772408,
 
 
 
 
 
3
  "total_flos": 106218135748608.0,
4
  "train_loss": 1.5447227579809852,
5
  "train_runtime": 15813.94,
 
1
  {
2
  "epoch": 0.9998676022772408,
3
+ "eval_loss": 1.526898980140686,
4
+ "eval_runtime": 437.3232,
5
+ "eval_samples": 23109,
6
+ "eval_samples_per_second": 61.154,
7
+ "eval_steps_per_second": 3.823,
8
  "total_flos": 106218135748608.0,
9
  "train_loss": 1.5447227579809852,
10
  "train_runtime": 15813.94,
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": false,
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.999738425320429,
3
- "eval_loss": 1.5079056024551392,
4
- "eval_runtime": 417.8091,
5
  "eval_samples": 23109,
6
- "eval_samples_per_second": 64.802,
7
- "eval_steps_per_second": 4.052
8
  }
 
1
  {
2
+ "epoch": 0.9998676022772408,
3
+ "eval_loss": 1.526898980140686,
4
+ "eval_runtime": 437.3232,
5
  "eval_samples": 23109,
6
+ "eval_samples_per_second": 61.154,
7
+ "eval_steps_per_second": 3.823
8
  }