rbelanec commited on
Commit
ef72af1
·
verified ·
1 Parent(s): a0ea2f7

End of training

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@ license: gemma
4
  base_model: google/gemma-3-1b-it
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  datasets:
9
  - super_glue
@@ -17,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # train_cb_1745950309
19
 
20
- This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it) on the super_glue dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.8050
23
  - Num Input Tokens Seen: 22718312
24
 
25
  ## Model description
 
4
  base_model: google/gemma-3-1b-it
5
  tags:
6
  - llama-factory
7
+ - prompt-tuning
8
  - generated_from_trainer
9
  datasets:
10
  - super_glue
 
18
 
19
  # train_cb_1745950309
20
 
21
+ This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it) on the cb dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1622
24
  - Num Input Tokens Seen: 22718312
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 701.7610619469026,
3
+ "eval_loss": 0.16221453249454498,
4
+ "eval_runtime": 0.9163,
5
+ "eval_samples_per_second": 27.285,
6
+ "eval_steps_per_second": 14.188,
7
+ "num_input_tokens_seen": 22718312,
8
+ "total_flos": 9.51301231531438e+16,
9
+ "train_loss": 0.015288212282552349,
10
+ "train_runtime": 8564.9201,
11
+ "train_samples_per_second": 18.681,
12
+ "train_steps_per_second": 4.67
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 701.7610619469026,
3
+ "eval_loss": 0.16221453249454498,
4
+ "eval_runtime": 0.9163,
5
+ "eval_samples_per_second": 27.285,
6
+ "eval_steps_per_second": 14.188,
7
+ "num_input_tokens_seen": 22718312
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 701.7610619469026,
3
+ "num_input_tokens_seen": 22718312,
4
+ "total_flos": 9.51301231531438e+16,
5
+ "train_loss": 0.015288212282552349,
6
+ "train_runtime": 8564.9201,
7
+ "train_samples_per_second": 18.681,
8
+ "train_steps_per_second": 4.67
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_eval_loss.png ADDED
training_loss.png ADDED