rbelanec commited on
Commit
c564e3b
·
verified ·
1 Parent(s): 00247c2

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_1745950247
@@ -15,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # train_record_1745950247
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.4942
21
  - Num Input Tokens Seen: 55002224
22
 
23
  ## Model description
 
4
  base_model: google/gemma-3-1b-it
5
  tags:
6
  - llama-factory
7
+ - prompt-tuning
8
  - generated_from_trainer
9
  model-index:
10
  - name: train_record_1745950247
 
16
 
17
  # train_record_1745950247
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: 0.4941
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": 0.49414047598838806,
4
+ "eval_runtime": 331.7197,
5
+ "eval_samples_per_second": 41.861,
6
+ "eval_steps_per_second": 20.93,
7
+ "num_input_tokens_seen": 55002224,
8
+ "total_flos": 2.30315013845078e+17,
9
+ "train_loss": 0.6158369358956813,
10
+ "train_runtime": 75158.795,
11
+ "train_samples_per_second": 2.129,
12
+ "train_steps_per_second": 0.532
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.2803277639075603,
3
+ "eval_loss": 0.49414047598838806,
4
+ "eval_runtime": 331.7197,
5
+ "eval_samples_per_second": 41.861,
6
+ "eval_steps_per_second": 20.93,
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.30315013845078e+17,
5
+ "train_loss": 0.6158369358956813,
6
+ "train_runtime": 75158.795,
7
+ "train_samples_per_second": 2.129,
8
+ "train_steps_per_second": 0.532
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