rbelanec commited on
Commit
5cb7406
verified
1 Parent(s): fe18fce

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_qqp_1744902593
@@ -15,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # train_qqp_1744902593
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.0835
21
  - Num Input Tokens Seen: 51858816
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_qqp_1744902593
 
16
 
17
  # train_qqp_1744902593
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 qqp dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0834
22
  - Num Input Tokens Seen: 51858816
23
 
24
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.9544377397210075,
3
+ "eval_loss": 0.08336079865694046,
4
+ "eval_runtime": 401.6364,
5
+ "eval_samples_per_second": 90.592,
6
+ "eval_steps_per_second": 22.65,
7
+ "num_input_tokens_seen": 51858816,
8
+ "total_flos": 2.1715238142060134e+17,
9
+ "train_loss": 0.10561876927614212,
10
+ "train_runtime": 96179.8765,
11
+ "train_samples_per_second": 6.654,
12
+ "train_steps_per_second": 0.416
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.9544377397210075,
3
+ "eval_loss": 0.08336079865694046,
4
+ "eval_runtime": 401.6364,
5
+ "eval_samples_per_second": 90.592,
6
+ "eval_steps_per_second": 22.65,
7
+ "num_input_tokens_seen": 51858816
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.9544377397210075,
3
+ "num_input_tokens_seen": 51858816,
4
+ "total_flos": 2.1715238142060134e+17,
5
+ "train_loss": 0.10561876927614212,
6
+ "train_runtime": 96179.8765,
7
+ "train_samples_per_second": 6.654,
8
+ "train_steps_per_second": 0.416
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