scottsuk0306 commited on
Commit
f93bf30
1 Parent(s): 5d3b6f9

End of training

Browse files
Files changed (4) hide show
  1. README.md +7 -2
  2. all_results.json +5 -0
  3. config.json +1 -1
  4. eval_results.json +8 -0
README.md CHANGED
@@ -3,11 +3,16 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: alignment-handbook/zephyr-7b-sft-full
5
  tags:
 
 
 
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
- - generator
 
11
  model-index:
12
  - name: zephyr-7b-math-case-4
13
  results: []
@@ -18,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # zephyr-7b-math-case-4
20
 
21
- This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.0151
24
 
 
3
  license: apache-2.0
4
  base_model: alignment-handbook/zephyr-7b-sft-full
5
  tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - sft
9
+ - generated_from_trainer
10
  - trl
11
  - sft
12
  - generated_from_trainer
13
  datasets:
14
+ - EunsuKim/MATH
15
+ - EunsuKim/GSM8K
16
  model-index:
17
  - name: zephyr-7b-math-case-4
18
  results: []
 
23
 
24
  # zephyr-7b-math-case-4
25
 
26
+ This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the EunsuKim/MATH and the EunsuKim/GSM8K datasets.
27
  It achieves the following results on the evaluation set:
28
  - Loss: 0.0151
29
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 10.0,
 
 
 
 
 
3
  "total_flos": 18844169011200.0,
4
  "train_loss": 0.21927920257051786,
5
  "train_runtime": 1273.3046,
 
1
  {
2
  "epoch": 10.0,
3
+ "eval_loss": 0.015113583765923977,
4
+ "eval_runtime": 23.7858,
5
+ "eval_samples": 4000,
6
+ "eval_samples_per_second": 10.889,
7
+ "eval_steps_per_second": 0.378,
8
  "total_flos": 18844169011200.0,
9
  "train_loss": 0.21927920257051786,
10
  "train_runtime": 1273.3046,
config.json CHANGED
@@ -22,6 +22,6 @@
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
- "use_cache": false,
26
  "vocab_size": 32000
27
  }
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
+ "use_cache": true,
26
  "vocab_size": 32000
27
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.015113583765923977,
4
+ "eval_runtime": 23.7858,
5
+ "eval_samples": 4000,
6
+ "eval_samples_per_second": 10.889,
7
+ "eval_steps_per_second": 0.378
8
+ }