rbelanec commited on
Commit
fab6740
verified
1 Parent(s): b69307a

End of training

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@ license: apache-2.0
4
  base_model: mistralai/Mistral-7B-Instruct-v0.3
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_boolq_1745950280
19
 
20
- This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on the super_glue dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.3286
23
  - Num Input Tokens Seen: 37097424
24
 
25
  ## Model description
 
4
  base_model: mistralai/Mistral-7B-Instruct-v0.3
5
  tags:
6
  - llama-factory
7
+ - prompt-tuning
8
  - generated_from_trainer
9
  datasets:
10
  - super_glue
 
18
 
19
  # train_boolq_1745950280
20
 
21
+ This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on the boolq dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.3260
24
  - Num Input Tokens Seen: 37097424
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 18.85902876001886,
3
+ "eval_loss": 0.3259987235069275,
4
+ "eval_runtime": 33.5596,
5
+ "eval_samples_per_second": 28.099,
6
+ "eval_steps_per_second": 14.065,
7
+ "num_input_tokens_seen": 37097424,
8
+ "total_flos": 1.5834232254395843e+18,
9
+ "train_loss": 0.33570288619101046,
10
+ "train_runtime": 19776.3723,
11
+ "train_samples_per_second": 8.09,
12
+ "train_steps_per_second": 2.023
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 18.85902876001886,
3
+ "eval_loss": 0.3259987235069275,
4
+ "eval_runtime": 33.5596,
5
+ "eval_samples_per_second": 28.099,
6
+ "eval_steps_per_second": 14.065,
7
+ "num_input_tokens_seen": 37097424
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 18.85902876001886,
3
+ "num_input_tokens_seen": 37097424,
4
+ "total_flos": 1.5834232254395843e+18,
5
+ "train_loss": 0.33570288619101046,
6
+ "train_runtime": 19776.3723,
7
+ "train_samples_per_second": 8.09,
8
+ "train_steps_per_second": 2.023
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