scottsuk0306 commited on
Commit
b007a71
1 Parent(s): 6ba7c17

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
@@ -3,11 +3,15 @@ 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-sft-full
13
  results: []
@@ -18,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # zephyr-7b-sft-full
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.1468
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
+ - scottsuk0306/DepthQA
15
  model-index:
16
  - name: zephyr-7b-sft-full
17
  results: []
 
22
 
23
  # zephyr-7b-sft-full
24
 
25
+ 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 scottsuk0306/DepthQA dataset.
26
  It achieves the following results on the evaluation set:
27
  - Loss: 0.1468
28
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 10.0,
 
 
 
 
 
3
  "total_flos": 8375186227200.0,
4
  "train_loss": 0.6331865787506104,
5
  "train_runtime": 307.8989,
 
1
  {
2
  "epoch": 10.0,
3
+ "eval_loss": 0.14684411883354187,
4
+ "eval_runtime": 2.6647,
5
+ "eval_samples": 424,
6
+ "eval_samples_per_second": 7.13,
7
+ "eval_steps_per_second": 0.375,
8
  "total_flos": 8375186227200.0,
9
  "train_loss": 0.6331865787506104,
10
  "train_runtime": 307.8989,
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 CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 10.0,
3
- "eval_loss": 0.41154685616493225,
4
- "eval_runtime": 2.677,
5
- "eval_samples": 848,
6
- "eval_samples_per_second": 18.678,
7
- "eval_steps_per_second": 0.374
8
  }
 
1
  {
2
  "epoch": 10.0,
3
+ "eval_loss": 0.14684411883354187,
4
+ "eval_runtime": 2.6647,
5
+ "eval_samples": 424,
6
+ "eval_samples_per_second": 7.13,
7
+ "eval_steps_per_second": 0.375
8
  }