rbelanec commited on
Commit
89155b8
verified
1 Parent(s): 42919ea

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_record_1745950249
@@ -15,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # train_record_1745950249
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: 15.1597
21
  - Num Input Tokens Seen: 55002224
22
 
23
  ## Model description
 
4
  base_model: google/gemma-3-1b-it
5
  tags:
6
  - llama-factory
7
+ - lntuning
8
  - generated_from_trainer
9
  model-index:
10
  - name: train_record_1745950249
 
16
 
17
  # train_record_1745950249
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 record dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 15.1265
22
  - Num Input Tokens Seen: 55002224
23
 
24
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.2803277639075603,
3
+ "eval_loss": 15.126494407653809,
4
+ "eval_runtime": 316.1317,
5
+ "eval_samples_per_second": 43.925,
6
+ "eval_steps_per_second": 21.962,
7
+ "num_input_tokens_seen": 55002224,
8
+ "total_flos": 2.3035493225916826e+17,
9
+ "train_loss": 14.925776751708984,
10
+ "train_runtime": 76220.893,
11
+ "train_samples_per_second": 2.099,
12
+ "train_steps_per_second": 0.525
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.2803277639075603,
3
+ "eval_loss": 15.126494407653809,
4
+ "eval_runtime": 316.1317,
5
+ "eval_samples_per_second": 43.925,
6
+ "eval_steps_per_second": 21.962,
7
+ "num_input_tokens_seen": 55002224
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.2803277639075603,
3
+ "num_input_tokens_seen": 55002224,
4
+ "total_flos": 2.3035493225916826e+17,
5
+ "train_loss": 14.925776751708984,
6
+ "train_runtime": 76220.893,
7
+ "train_samples_per_second": 2.099,
8
+ "train_steps_per_second": 0.525
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