rbelanec commited on
Commit
5be2b23
·
verified ·
1 Parent(s): 55e988f

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
  model-index:
9
  - name: train_wsc_1745950296
@@ -15,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # train_wsc_1745950296
17
 
18
- This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5860
21
  - Num Input Tokens Seen: 14005200
22
 
23
  ## Model description
 
4
  base_model: google/gemma-3-1b-it
5
  tags:
6
  - llama-factory
7
+ - ia3
8
  - generated_from_trainer
9
  model-index:
10
  - name: train_wsc_1745950296
 
16
 
17
  # train_wsc_1745950296
18
 
19
+ This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it) on the wsc dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2355
22
  - Num Input Tokens Seen: 14005200
23
 
24
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 320.0,
3
+ "eval_loss": 0.2355487048625946,
4
+ "eval_runtime": 2.3179,
5
+ "eval_samples_per_second": 24.16,
6
+ "eval_steps_per_second": 12.08,
7
+ "num_input_tokens_seen": 14005200,
8
+ "total_flos": 5.86486792590336e+16,
9
+ "train_loss": 0.20673438400998712,
10
+ "train_runtime": 14412.7884,
11
+ "train_samples_per_second": 11.101,
12
+ "train_steps_per_second": 2.775
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 320.0,
3
+ "eval_loss": 0.2355487048625946,
4
+ "eval_runtime": 2.3179,
5
+ "eval_samples_per_second": 24.16,
6
+ "eval_steps_per_second": 12.08,
7
+ "num_input_tokens_seen": 14005200
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 320.0,
3
+ "num_input_tokens_seen": 14005200,
4
+ "total_flos": 5.86486792590336e+16,
5
+ "train_loss": 0.20673438400998712,
6
+ "train_runtime": 14412.7884,
7
+ "train_samples_per_second": 11.101,
8
+ "train_steps_per_second": 2.775
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