scottsuk0306 commited on
Commit
b0e3b79
1 Parent(s): 7a8e5c5

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-6-ep1
13
  results: []
@@ -18,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # zephyr-7b-math-case-6-ep1
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.8035
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/GSM8K
15
+ - EunsuKim/MATH
16
  model-index:
17
  - name: zephyr-7b-math-case-6-ep1
18
  results: []
 
23
 
24
  # zephyr-7b-math-case-6-ep1
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/GSM8K and the EunsuKim/MATH datasets.
27
  It achieves the following results on the evaluation set:
28
  - Loss: 0.8035
29
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
3
  "total_flos": 2093796556800.0,
4
  "train_loss": 1.0152987003326417,
5
  "train_runtime": 126.4024,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_loss": 0.8034714460372925,
4
+ "eval_runtime": 13.2029,
5
+ "eval_samples": 4000,
6
+ "eval_samples_per_second": 19.92,
7
+ "eval_steps_per_second": 0.379,
8
  "total_flos": 2093796556800.0,
9
  "train_loss": 1.0152987003326417,
10
  "train_runtime": 126.4024,
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": 1.0,
3
+ "eval_loss": 0.8034714460372925,
4
+ "eval_runtime": 13.2029,
5
+ "eval_samples": 4000,
6
+ "eval_samples_per_second": 19.92,
7
+ "eval_steps_per_second": 0.379
8
+ }