Model save
Browse files- README.md +20 -20
- all_results.json +4 -4
- train_results.json +4 -4
- trainer_state.json +0 -0
README.md
CHANGED
@@ -18,15 +18,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
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.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Rewards/chosen: -2.
|
23 |
-
- Rewards/rejected: -3.
|
24 |
-
- Rewards/accuracies: 0.
|
25 |
-
- Rewards/margins: 1.
|
26 |
-
- Logps/rejected: -
|
27 |
-
- Logps/chosen: -
|
28 |
-
- Logits/rejected: -
|
29 |
-
- Logits/chosen: -1.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -61,17 +61,17 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
-
| Training Loss | Epoch | Step |
|
65 |
-
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
18 |
|
19 |
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.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4945
|
22 |
+
- Rewards/chosen: -2.5678
|
23 |
+
- Rewards/rejected: -3.6349
|
24 |
+
- Rewards/accuracies: 0.7778
|
25 |
+
- Rewards/margins: 1.0671
|
26 |
+
- Logps/rejected: -608.1346
|
27 |
+
- Logps/chosen: -521.7063
|
28 |
+
- Logits/rejected: -0.9901
|
29 |
+
- Logits/chosen: -1.1024
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|
65 |
+
|:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
|
66 |
+
| 0.6212 | 0.1047 | 100 | 0.6321 | -0.3313 | -0.5450 | 0.6944 | 0.2137 | -299.1472 | -298.0506 | -2.0086 | -2.0933 |
|
67 |
+
| 0.5618 | 0.2094 | 200 | 0.5601 | -0.8198 | -1.3660 | 0.7222 | 0.5461 | -381.2446 | -346.9064 | -1.6694 | -1.7551 |
|
68 |
+
| 0.54 | 0.3141 | 300 | 0.5265 | -1.5221 | -2.3343 | 0.7460 | 0.8122 | -478.0748 | -417.1275 | -1.0704 | -1.1715 |
|
69 |
+
| 0.5261 | 0.4187 | 400 | 0.5082 | -1.6553 | -2.5263 | 0.7540 | 0.8710 | -497.2759 | -430.4526 | -1.1014 | -1.2013 |
|
70 |
+
| 0.5107 | 0.5234 | 500 | 0.5059 | -2.4506 | -3.4250 | 0.75 | 0.9744 | -587.1476 | -509.9848 | -0.9852 | -1.0956 |
|
71 |
+
| 0.4851 | 0.6281 | 600 | 0.5023 | -2.2726 | -3.2316 | 0.7679 | 0.9590 | -567.8049 | -492.1783 | -0.9970 | -1.1078 |
|
72 |
+
| 0.4681 | 0.7328 | 700 | 0.4993 | -2.3170 | -3.3688 | 0.7679 | 1.0517 | -581.5197 | -496.6232 | -1.0068 | -1.1190 |
|
73 |
+
| 0.4852 | 0.8375 | 800 | 0.4950 | -2.3970 | -3.4117 | 0.7738 | 1.0147 | -585.8156 | -504.6183 | -1.0237 | -1.1353 |
|
74 |
+
| 0.4907 | 0.9422 | 900 | 0.4945 | -2.5678 | -3.6349 | 0.7778 | 1.0671 | -608.1346 | -521.7063 | -0.9901 | -1.1024 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
all_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 0.9997382884061764,
|
3 |
"total_flos": 0.0,
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
"train_samples": 61134,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second": 0.
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.9997382884061764,
|
3 |
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.5319095570379527,
|
5 |
+
"train_runtime": 23762.0752,
|
6 |
"train_samples": 61134,
|
7 |
+
"train_samples_per_second": 2.573,
|
8 |
+
"train_steps_per_second": 0.04
|
9 |
}
|
train_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 0.9997382884061764,
|
3 |
"total_flos": 0.0,
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
"train_samples": 61134,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second": 0.
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.9997382884061764,
|
3 |
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.5319095570379527,
|
5 |
+
"train_runtime": 23762.0752,
|
6 |
"train_samples": 61134,
|
7 |
+
"train_samples_per_second": 2.573,
|
8 |
+
"train_steps_per_second": 0.04
|
9 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|