rbelanec commited on
Commit
2ad1603
verified
1 Parent(s): 3d94f12

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
  model-index:
9
  - name: train_rte_1744902663
@@ -15,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # train_rte_1744902663
17
 
18
- This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.7575
21
  - Num Input Tokens Seen: 107274480
22
 
23
  ## Model description
 
4
  base_model: mistralai/Mistral-7B-Instruct-v0.3
5
  tags:
6
  - llama-factory
7
+ - prompt-tuning
8
  - generated_from_trainer
9
  model-index:
10
  - name: train_rte_1744902663
 
16
 
17
  # train_rte_1744902663
18
 
19
+ 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 rte dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.1400
22
  - Num Input Tokens Seen: 107274480
23
 
24
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 283.6916221033868,
3
+ "eval_loss": 0.14000995457172394,
4
+ "eval_runtime": 6.5223,
5
+ "eval_samples_per_second": 38.177,
6
+ "eval_steps_per_second": 9.659,
7
+ "num_input_tokens_seen": 107274480,
8
+ "total_flos": 4.578778923543429e+18,
9
+ "train_loss": 0.09070941930053177,
10
+ "train_runtime": 36100.9279,
11
+ "train_samples_per_second": 17.728,
12
+ "train_steps_per_second": 1.108
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 283.6916221033868,
3
+ "eval_loss": 0.14000995457172394,
4
+ "eval_runtime": 6.5223,
5
+ "eval_samples_per_second": 38.177,
6
+ "eval_steps_per_second": 9.659,
7
+ "num_input_tokens_seen": 107274480
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 283.6916221033868,
3
+ "num_input_tokens_seen": 107274480,
4
+ "total_flos": 4.578778923543429e+18,
5
+ "train_loss": 0.09070941930053177,
6
+ "train_runtime": 36100.9279,
7
+ "train_samples_per_second": 17.728,
8
+ "train_steps_per_second": 1.108
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