megha-shroff
commited on
Commit
•
0204bbf
1
Parent(s):
b49a884
End of training
Browse files- README.md +3 -4
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [TheBloke/Mistral-7B-v0.1-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-v0.1-GPTQ) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -41,11 +41,9 @@ The following hyperparameters were used during training:
|
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 64
|
43 |
- seed: 42
|
44 |
-
- gradient_accumulation_steps: 2
|
45 |
-
- total_train_batch_size: 32
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
48 |
-
- training_steps:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
@@ -308,6 +306,7 @@ The following hyperparameters were used during training:
|
|
308 |
| 0.3476 | 4.08 | 12700 | 0.3540 |
|
309 |
| 0.3547 | 4.09 | 12750 | 0.3536 |
|
310 |
| 0.3529 | 4.11 | 12800 | 0.3537 |
|
|
|
311 |
|
312 |
|
313 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [TheBloke/Mistral-7B-v0.1-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-v0.1-GPTQ) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3536
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 64
|
43 |
- seed: 42
|
|
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
+
- training_steps: 12850
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
|
|
306 |
| 0.3476 | 4.08 | 12700 | 0.3540 |
|
307 |
| 0.3547 | 4.09 | 12750 | 0.3536 |
|
308 |
| 0.3529 | 4.11 | 12800 | 0.3537 |
|
309 |
+
| 0.3374 | 2.06 | 12850 | 0.3536 |
|
310 |
|
311 |
|
312 |
### Framework versions
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:549515421a3e673de404ca707c050e805d91eca6172fc2362d9da44fd60cd815
|
3 |
size 4664
|