sedrickkeh commited on
Commit
56857e5
·
verified ·
1 Parent(s): de54ad2

End of training

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@ license: apache-2.0
4
  base_model: mistralai/Mistral-7B-v0.1
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  model-index:
9
  - name: mistral_alpaca_sft_sample_8
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # mistral_alpaca_sft_sample_8
17
 
18
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 1.0601
21
 
 
4
  base_model: mistralai/Mistral-7B-v0.1
5
  tags:
6
  - llama-factory
7
+ - full
8
  - generated_from_trainer
9
  model-index:
10
  - name: mistral_alpaca_sft_sample_8
 
16
 
17
  # mistral_alpaca_sft_sample_8
18
 
19
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the llamafactory/alpaca_en dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 1.0601
22
 
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.06005859375,
4
+ "eval_runtime": 3.7206,
5
+ "eval_samples_per_second": 165.834,
6
+ "eval_steps_per_second": 2.688,
7
+ "total_flos": 2.572343380583383e+17,
8
+ "train_loss": 1.2183260710343071,
9
+ "train_runtime": 428.2271,
10
+ "train_samples_per_second": 27.366,
11
+ "train_steps_per_second": 0.054
12
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.06005859375,
4
+ "eval_runtime": 3.7206,
5
+ "eval_samples_per_second": 165.834,
6
+ "eval_steps_per_second": 2.688
7
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 2.572343380583383e+17,
4
+ "train_loss": 1.2183260710343071,
5
+ "train_runtime": 428.2271,
6
+ "train_samples_per_second": 27.366,
7
+ "train_steps_per_second": 0.054
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 23,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.43478260869565216,
13
+ "grad_norm": 9.880785942077637,
14
+ "learning_rate": 1.4539904997395468e-05,
15
+ "loss": 1.3665,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.8695652173913043,
20
+ "grad_norm": 2.127349615097046,
21
+ "learning_rate": 1.0899347581163222e-06,
22
+ "loss": 1.1054,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_loss": 1.06005859375,
28
+ "eval_runtime": 3.648,
29
+ "eval_samples_per_second": 169.134,
30
+ "eval_steps_per_second": 2.741,
31
+ "step": 23
32
+ },
33
+ {
34
+ "epoch": 1.0,
35
+ "step": 23,
36
+ "total_flos": 2.572343380583383e+17,
37
+ "train_loss": 1.2183260710343071,
38
+ "train_runtime": 428.2271,
39
+ "train_samples_per_second": 27.366,
40
+ "train_steps_per_second": 0.054
41
+ }
42
+ ],
43
+ "logging_steps": 10,
44
+ "max_steps": 23,
45
+ "num_input_tokens_seen": 0,
46
+ "num_train_epochs": 1,
47
+ "save_steps": 500,
48
+ "stateful_callbacks": {
49
+ "TrainerControl": {
50
+ "args": {
51
+ "should_epoch_stop": false,
52
+ "should_evaluate": false,
53
+ "should_log": false,
54
+ "should_save": true,
55
+ "should_training_stop": true
56
+ },
57
+ "attributes": {}
58
+ }
59
+ },
60
+ "total_flos": 2.572343380583383e+17,
61
+ "train_batch_size": 16,
62
+ "trial_name": null,
63
+ "trial_params": null
64
+ }
training_eval_loss.png ADDED
training_loss.png ADDED