End of training
Browse files- README.md +4 -1
- all_results.json +12 -0
- eval_results.json +7 -0
- train_results.json +8 -0
- trainer_state.json +50 -0
- training_eval_loss.png +0 -0
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: test_model_revision
|
@@ -15,7 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# test_model_revision
|
17 |
|
18 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on
|
|
|
|
|
19 |
|
20 |
## Model description
|
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: test_model_revision
|
|
|
16 |
|
17 |
# test_model_revision
|
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: nan
|
22 |
|
23 |
## Model description
|
24 |
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.00034129692832764505,
|
3 |
+
"eval_loss": NaN,
|
4 |
+
"eval_runtime": 15.8074,
|
5 |
+
"eval_samples_per_second": 39.032,
|
6 |
+
"eval_steps_per_second": 1.265,
|
7 |
+
"total_flos": 3271557120.0,
|
8 |
+
"train_loss": 0.0,
|
9 |
+
"train_runtime": 369.036,
|
10 |
+
"train_samples_per_second": 0.011,
|
11 |
+
"train_steps_per_second": 0.003
|
12 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.00034129692832764505,
|
3 |
+
"eval_loss": NaN,
|
4 |
+
"eval_runtime": 15.8074,
|
5 |
+
"eval_samples_per_second": 39.032,
|
6 |
+
"eval_steps_per_second": 1.265
|
7 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.00034129692832764505,
|
3 |
+
"total_flos": 3271557120.0,
|
4 |
+
"train_loss": 0.0,
|
5 |
+
"train_runtime": 369.036,
|
6 |
+
"train_samples_per_second": 0.011,
|
7 |
+
"train_steps_per_second": 0.003
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.00034129692832764505,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1,
|
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.00034129692832764505,
|
13 |
+
"eval_loss": NaN,
|
14 |
+
"eval_runtime": 16.5238,
|
15 |
+
"eval_samples_per_second": 37.34,
|
16 |
+
"eval_steps_per_second": 1.21,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.00034129692832764505,
|
21 |
+
"step": 1,
|
22 |
+
"total_flos": 3271557120.0,
|
23 |
+
"train_loss": 0.0,
|
24 |
+
"train_runtime": 369.036,
|
25 |
+
"train_samples_per_second": 0.011,
|
26 |
+
"train_steps_per_second": 0.003
|
27 |
+
}
|
28 |
+
],
|
29 |
+
"logging_steps": 10,
|
30 |
+
"max_steps": 1,
|
31 |
+
"num_input_tokens_seen": 0,
|
32 |
+
"num_train_epochs": 1,
|
33 |
+
"save_steps": 500,
|
34 |
+
"stateful_callbacks": {
|
35 |
+
"TrainerControl": {
|
36 |
+
"args": {
|
37 |
+
"should_epoch_stop": false,
|
38 |
+
"should_evaluate": false,
|
39 |
+
"should_log": false,
|
40 |
+
"should_save": true,
|
41 |
+
"should_training_stop": true
|
42 |
+
},
|
43 |
+
"attributes": {}
|
44 |
+
}
|
45 |
+
},
|
46 |
+
"total_flos": 3271557120.0,
|
47 |
+
"train_batch_size": 1,
|
48 |
+
"trial_name": null,
|
49 |
+
"trial_params": null
|
50 |
+
}
|
training_eval_loss.png
ADDED