scottsuk0306 commited on
Commit
544f751
1 Parent(s): b7ea48e

End of training

Browse files
Files changed (3) hide show
  1. README.md +21 -2
  2. all_results.json +6 -0
  3. eval_results.json +9 -0
README.md CHANGED
@@ -2,12 +2,28 @@
2
  license: gemma
3
  base_model: google/gemma-2-9b-it
4
  tags:
 
 
5
  - trl
6
  - reward-trainer
7
  - generated_from_trainer
 
 
 
 
8
  model-index:
9
  - name: easylm-helpsteer-rm-gemma-2-9b-it
10
- results: []
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,7 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # easylm-helpsteer-rm-gemma-2-9b-it
17
 
18
- This model is a fine-tuned version of [google/gemma-2-9b-it](https://huggingface.co/google/gemma-2-9b-it) on an unknown dataset.
 
 
 
19
 
20
  ## Model description
21
 
 
2
  license: gemma
3
  base_model: google/gemma-2-9b-it
4
  tags:
5
+ - easylm
6
+ - alignment-handbook
7
  - trl
8
  - reward-trainer
9
  - generated_from_trainer
10
+ datasets:
11
+ - helpsteer-rm
12
+ metrics:
13
+ - accuracy
14
  model-index:
15
  - name: easylm-helpsteer-rm-gemma-2-9b-it
16
+ results:
17
+ - task:
18
+ name: Text Classification
19
+ type: text-classification
20
+ dataset:
21
+ name: helpsteer-rm
22
+ type: helpsteer-rm
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.6473988439306358
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  # easylm-helpsteer-rm-gemma-2-9b-it
33
 
34
+ This model is a fine-tuned version of [google/gemma-2-9b-it](https://huggingface.co/google/gemma-2-9b-it) on the helpsteer-rm dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.6336
37
+ - Accuracy: 0.6474
38
 
39
  ## Model description
40
 
all_results.json CHANGED
@@ -1,5 +1,11 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.678250733167115,
5
  "train_runtime": 2802.1852,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_accuracy": 0.6473988439306358,
4
+ "eval_loss": 0.6336098313331604,
5
+ "eval_runtime": 9.9434,
6
+ "eval_samples": 346,
7
+ "eval_samples_per_second": 34.797,
8
+ "eval_steps_per_second": 4.425,
9
  "total_flos": 0.0,
10
  "train_loss": 0.678250733167115,
11
  "train_runtime": 2802.1852,
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_accuracy": 0.6473988439306358,
4
+ "eval_loss": 0.6336098313331604,
5
+ "eval_runtime": 9.9434,
6
+ "eval_samples": 346,
7
+ "eval_samples_per_second": 34.797,
8
+ "eval_steps_per_second": 4.425
9
+ }