rbelanec commited on
Commit
e528ca8
·
verified ·
1 Parent(s): 33bd99e

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_cb_1745950320
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: 3.5374
23
  - Num Input Tokens Seen: 23078128
24
 
25
  ## Model description
 
4
  base_model: mistralai/Mistral-7B-Instruct-v0.3
5
  tags:
6
  - llama-factory
7
+ - lntuning
8
  - generated_from_trainer
9
  datasets:
10
  - super_glue
 
18
 
19
  # train_cb_1745950320
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 cb dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 3.5088
24
  - Num Input Tokens Seen: 23078128
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 701.7610619469026,
3
+ "eval_loss": 3.5087850093841553,
4
+ "eval_runtime": 1.1202,
5
+ "eval_samples_per_second": 22.318,
6
+ "eval_steps_per_second": 11.605,
7
+ "num_input_tokens_seen": 23078128,
8
+ "total_flos": 9.850767941652972e+17,
9
+ "train_loss": 3.1605935114860535,
10
+ "train_runtime": 11642.513,
11
+ "train_samples_per_second": 13.743,
12
+ "train_steps_per_second": 3.436
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 701.7610619469026,
3
+ "eval_loss": 3.5087850093841553,
4
+ "eval_runtime": 1.1202,
5
+ "eval_samples_per_second": 22.318,
6
+ "eval_steps_per_second": 11.605,
7
+ "num_input_tokens_seen": 23078128
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 701.7610619469026,
3
+ "num_input_tokens_seen": 23078128,
4
+ "total_flos": 9.850767941652972e+17,
5
+ "train_loss": 3.1605935114860535,
6
+ "train_runtime": 11642.513,
7
+ "train_samples_per_second": 13.743,
8
+ "train_steps_per_second": 3.436
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