lukasgrouleff/shawgpt-ft-lr1e-4
Browse files- README.md +15 -13
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GPTQ) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,30 +35,32 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate: 0.
|
39 |
- train_batch_size: 4
|
40 |
- eval_batch_size: 4
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 2
|
45 |
-
- num_epochs:
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| 3.
|
53 |
-
|
|
54 |
-
| 1.
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GPTQ) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.3064
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0001
|
39 |
- train_batch_size: 4
|
40 |
- eval_batch_size: 4
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 2
|
45 |
+
- num_epochs: 12
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 3.6686 | 1.0 | 13 | 2.8302 |
|
53 |
+
| 2.3256 | 2.0 | 26 | 1.6927 |
|
54 |
+
| 1.3394 | 3.0 | 39 | 1.3108 |
|
55 |
+
| 1.1095 | 4.0 | 52 | 1.2532 |
|
56 |
+
| 1.0687 | 5.0 | 65 | 1.2385 |
|
57 |
+
| 0.9773 | 6.0 | 78 | 1.2419 |
|
58 |
+
| 0.9038 | 7.0 | 91 | 1.2381 |
|
59 |
+
| 0.883 | 8.0 | 104 | 1.2653 |
|
60 |
+
| 0.8353 | 9.0 | 117 | 1.2638 |
|
61 |
+
| 0.7847 | 10.0 | 130 | 1.2803 |
|
62 |
+
| 0.7793 | 11.0 | 143 | 1.3103 |
|
63 |
+
| 0.7277 | 12.0 | 156 | 1.3064 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 13650608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f1ca2c516f486690d220c674e3c37eaee734999f4a1f4b7091b1b5140e472a3
|
3 |
size 13650608
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ada0e7f1784c49223a31be4084a520694c2946f79b871a485c7f21e110a0464a
|
3 |
size 5176
|