jbjeong91 commited on
Commit
aa50a36
1 Parent(s): 43fb8f6

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
@@ -3,11 +3,15 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: Qwen/Qwen2.5-7B-Instruct
5
  tags:
 
 
 
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
- - generator
11
  model-index:
12
  - name: Qwen2.5_7B_IST_StoryGen_test2
13
  results: []
@@ -18,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # Qwen2.5_7B_IST_StoryGen_test2
20
 
21
- This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 1.3584
24
 
 
3
  license: apache-2.0
4
  base_model: Qwen/Qwen2.5-7B-Instruct
5
  tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - sft
9
+ - generated_from_trainer
10
  - trl
11
  - sft
12
  - generated_from_trainer
13
  datasets:
14
+ - train_data/story_generation
15
  model-index:
16
  - name: Qwen2.5_7B_IST_StoryGen_test2
17
  results: []
 
22
 
23
  # Qwen2.5_7B_IST_StoryGen_test2
24
 
25
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the train_data/story_generation dataset.
26
  It achieves the following results on the evaluation set:
27
  - Loss: 1.3584
28
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
3
  "total_flos": 1.4944007725514752e+18,
4
  "train_loss": 0.43516844599745996,
5
  "train_runtime": 3425.5343,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_loss": 1.3583940267562866,
4
+ "eval_runtime": 18.9659,
5
+ "eval_samples": 614,
6
+ "eval_samples_per_second": 52.146,
7
+ "eval_steps_per_second": 1.635,
8
  "total_flos": 1.4944007725514752e+18,
9
  "train_loss": 0.43516844599745996,
10
  "train_runtime": 3425.5343,
config.json CHANGED
@@ -22,7 +22,7 @@
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
- "use_cache": false,
26
  "use_sliding_window": false,
27
  "vocab_size": 152064
28
  }
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
+ "use_cache": true,
26
  "use_sliding_window": false,
27
  "vocab_size": 152064
28
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.3583940267562866,
4
+ "eval_runtime": 18.9659,
5
+ "eval_samples": 614,
6
+ "eval_samples_per_second": 52.146,
7
+ "eval_steps_per_second": 1.635
8
+ }