Model save
Browse files- README.md +6 -8
- all_results.json +4 -9
- train_results.json +4 -4
- trainer_state.json +13 -5
README.md
CHANGED
@@ -3,16 +3,11 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: mistralai/Mistral-7B-v0.1
|
5 |
tags:
|
6 |
-
- alignment-handbook
|
7 |
- trl
|
8 |
- sft
|
9 |
- generated_from_trainer
|
10 |
-
- trl
|
11 |
-
- sft
|
12 |
-
- alignment-handbook
|
13 |
-
- generated_from_trainer
|
14 |
datasets:
|
15 |
-
-
|
16 |
model-index:
|
17 |
- name: zephyr-7b-sft-full
|
18 |
results: []
|
@@ -23,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
23 |
|
24 |
# zephyr-7b-sft-full
|
25 |
|
26 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the
|
27 |
It achieves the following results on the evaluation set:
|
28 |
-
- Loss: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -59,6 +54,9 @@ The following hyperparameters were used during training:
|
|
59 |
|
60 |
### Training results
|
61 |
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: mistralai/Mistral-7B-v0.1
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
9 |
datasets:
|
10 |
+
- generator
|
11 |
model-index:
|
12 |
- name: zephyr-7b-sft-full
|
13 |
results: []
|
|
|
18 |
|
19 |
# zephyr-7b-sft-full
|
20 |
|
21 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.9420
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
59 |
+
| 0.9183 | 1.0 | 1084 | 0.9420 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
all_results.json
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
-
"eval_loss": 0.9422639608383179,
|
4 |
-
"eval_runtime": 928.4763,
|
5 |
-
"eval_samples": 23109,
|
6 |
-
"eval_samples_per_second": 16.532,
|
7 |
-
"eval_steps_per_second": 0.258,
|
8 |
"total_flos": 453935093514240.0,
|
9 |
-
"train_loss": 0.
|
10 |
-
"train_runtime":
|
11 |
"train_samples": 207864,
|
12 |
-
"train_samples_per_second":
|
13 |
-
"train_steps_per_second":
|
14 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 453935093514240.0,
|
4 |
+
"train_loss": 0.9848188322408613,
|
5 |
+
"train_runtime": 36728.3484,
|
6 |
"train_samples": 207864,
|
7 |
+
"train_samples_per_second": 3.776,
|
8 |
+
"train_steps_per_second": 0.03
|
9 |
}
|
train_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 453935093514240.0,
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
"train_samples": 207864,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
"total_flos": 453935093514240.0,
|
4 |
+
"train_loss": 0.9848188322408613,
|
5 |
+
"train_runtime": 36728.3484,
|
6 |
"train_samples": 207864,
|
7 |
+
"train_samples_per_second": 3.776,
|
8 |
+
"train_steps_per_second": 0.03
|
9 |
}
|
trainer_state.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 1.0,
|
5 |
-
"eval_steps":
|
6 |
"global_step": 1084,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
@@ -1527,14 +1527,22 @@
|
|
1527 |
"loss": 0.9183,
|
1528 |
"step": 1080
|
1529 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1530 |
{
|
1531 |
"epoch": 1.0,
|
1532 |
"step": 1084,
|
1533 |
"total_flos": 453935093514240.0,
|
1534 |
-
"train_loss": 0.
|
1535 |
-
"train_runtime":
|
1536 |
-
"train_samples_per_second":
|
1537 |
-
"train_steps_per_second":
|
1538 |
}
|
1539 |
],
|
1540 |
"logging_steps": 5,
|
|
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 1.0,
|
5 |
+
"eval_steps": 100.0,
|
6 |
"global_step": 1084,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
|
|
1527 |
"loss": 0.9183,
|
1528 |
"step": 1080
|
1529 |
},
|
1530 |
+
{
|
1531 |
+
"epoch": 1.0,
|
1532 |
+
"eval_loss": 0.9419716000556946,
|
1533 |
+
"eval_runtime": 1011.6018,
|
1534 |
+
"eval_samples_per_second": 15.174,
|
1535 |
+
"eval_steps_per_second": 0.237,
|
1536 |
+
"step": 1084
|
1537 |
+
},
|
1538 |
{
|
1539 |
"epoch": 1.0,
|
1540 |
"step": 1084,
|
1541 |
"total_flos": 453935093514240.0,
|
1542 |
+
"train_loss": 0.9848188322408613,
|
1543 |
+
"train_runtime": 36728.3484,
|
1544 |
+
"train_samples_per_second": 3.776,
|
1545 |
+
"train_steps_per_second": 0.03
|
1546 |
}
|
1547 |
],
|
1548 |
"logging_steps": 5,
|