yangzhao02 commited on
Commit
b3a2f58
·
verified ·
1 Parent(s): e4ad68c

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 +8 -0
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-hh-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/ndloxft4)
19
  # qwen2-0.5b-hh-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: 2.4863
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
+ - yangzhao02/hh_sft
14
  model-index:
15
  - name: qwen2-0.5b-hh-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/ndloxft4)
23
  # qwen2-0.5b-hh-sft
24
 
25
+ This model is a fine-tuned version of [Qwen/Qwen2-0.5B](https://huggingface.co/Qwen/Qwen2-0.5B) on the yangzhao02/hh_sft dataset.
26
  It achieves the following results on the evaluation set:
27
  - Loss: 2.4863
28
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
3
  "total_flos": 27695775744.0,
4
  "train_loss": 1.5830808877944946,
5
  "train_runtime": 12.0584,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_loss": 2.4862771034240723,
4
+ "eval_runtime": 0.4251,
5
+ "eval_samples": 100,
6
+ "eval_samples_per_second": 32.932,
7
+ "eval_steps_per_second": 2.352,
8
  "total_flos": 27695775744.0,
9
  "train_loss": 1.5830808877944946,
10
  "train_runtime": 12.0584,
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "tie_word_embeddings": true,
24
  "torch_dtype": "bfloat16",
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": "bfloat16",
25
  "transformers_version": "4.42.0",
26
+ "use_cache": true,
27
  "use_sliding_window": false,
28
  "vocab_size": 151646
29
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 2.4862771034240723,
4
+ "eval_runtime": 0.4251,
5
+ "eval_samples": 100,
6
+ "eval_samples_per_second": 32.932,
7
+ "eval_steps_per_second": 2.352
8
+ }