scottsuk0306 commited on
Commit
62a6e61
1 Parent(s): f17a09c

End of training

Browse files
Files changed (3) hide show
  1. README.md +5 -1
  2. all_results.json +5 -0
  3. eval_results.json +8 -0
README.md CHANGED
@@ -2,6 +2,10 @@
2
  license: gemma
3
  base_model: google/gemma-2-2b
4
  tags:
 
 
 
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/gemma-2-2b](https://huggingface.co/google/gemma-2-2b) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.1501
21
 
22
  ## Model description
23
 
 
2
  license: gemma
3
  base_model: google/gemma-2-2b
4
  tags:
5
+ - easylm
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
  - trl
10
  - sft
11
  - generated_from_trainer
 
21
 
22
  This model is a fine-tuned version of [google/gemma-2-2b](https://huggingface.co/google/gemma-2-2b) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 1.1448
25
 
26
  ## Model description
27
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 2.0,
 
 
 
 
 
3
  "total_flos": 8.351047625159475e+16,
4
  "train_loss": 0.9289274918937465,
5
  "train_runtime": 3314.9598,
 
1
  {
2
  "epoch": 2.0,
3
+ "eval_loss": 1.1447688341140747,
4
+ "eval_runtime": 5.2882,
5
+ "eval_samples": 360,
6
+ "eval_samples_per_second": 68.076,
7
+ "eval_steps_per_second": 17.019,
8
  "total_flos": 8.351047625159475e+16,
9
  "train_loss": 0.9289274918937465,
10
  "train_runtime": 3314.9598,
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "eval_loss": 1.1447688341140747,
4
+ "eval_runtime": 5.2882,
5
+ "eval_samples": 360,
6
+ "eval_samples_per_second": 68.076,
7
+ "eval_steps_per_second": 17.019
8
+ }