irenewds/shawgpt-ft
Browse files
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:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -39,8 +39,8 @@ The following hyperparameters were used during training:
|
|
39 |
- train_batch_size: 4
|
40 |
- eval_batch_size: 4
|
41 |
- seed: 42
|
42 |
-
- gradient_accumulation_steps:
|
43 |
-
- total_train_batch_size:
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 5
|
@@ -51,22 +51,25 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-------:|:----:|:---------------:|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 2.
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
| 1.
|
66 |
-
|
|
67 |
-
| 1.
|
68 |
-
| 1.
|
69 |
-
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
### 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.3449
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
39 |
- train_batch_size: 4
|
40 |
- eval_batch_size: 4
|
41 |
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 16
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 5
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-------:|:----:|:---------------:|
|
54 |
+
| 4.6313 | 0.9231 | 3 | 4.1546 |
|
55 |
+
| 4.3756 | 1.8462 | 6 | 3.7939 |
|
56 |
+
| 3.8728 | 2.7692 | 9 | 3.3716 |
|
57 |
+
| 2.5467 | 4.0 | 13 | 2.8737 |
|
58 |
+
| 2.9976 | 4.9231 | 16 | 2.5724 |
|
59 |
+
| 2.63 | 5.8462 | 19 | 2.3146 |
|
60 |
+
| 2.2989 | 6.7692 | 22 | 2.0719 |
|
61 |
+
| 1.5111 | 8.0 | 26 | 1.7852 |
|
62 |
+
| 1.7837 | 8.9231 | 29 | 1.6516 |
|
63 |
+
| 1.6008 | 9.8462 | 32 | 1.5426 |
|
64 |
+
| 1.5227 | 10.7692 | 35 | 1.4755 |
|
65 |
+
| 1.0621 | 12.0 | 39 | 1.4190 |
|
66 |
+
| 1.3918 | 12.9231 | 42 | 1.3859 |
|
67 |
+
| 1.332 | 13.8462 | 45 | 1.3720 |
|
68 |
+
| 1.3299 | 14.7692 | 48 | 1.3635 |
|
69 |
+
| 0.9924 | 16.0 | 52 | 1.3535 |
|
70 |
+
| 1.2924 | 16.9231 | 55 | 1.3485 |
|
71 |
+
| 1.2743 | 17.8462 | 58 | 1.3457 |
|
72 |
+
| 0.8987 | 18.4615 | 60 | 1.3449 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
runs/Oct24_01-54-24_89957c487371/events.out.tfevents.1729734872.89957c487371.1061.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3de0e3d861de306bb6c2040904fbd67edbdb26e53ebe300de42c88d8a73ebf35
|
3 |
+
size 14918
|
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:304f434190b1303d94734635ded020e88e6368a5deccfff5586e6c8287e56ba2
|
3 |
size 5176
|