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 |
|
@@ -35,15 +35,15 @@ 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 |
-
- 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:
|
47 |
- num_epochs: 20
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
@@ -51,31 +51,31 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-------:|:----:|:---------------:|
|
54 |
-
| 4.
|
55 |
-
|
|
56 |
-
| 3.
|
57 |
-
| 2.
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
| 1.
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
- PEFT 0.13.2
|
78 |
- Transformers 4.44.2
|
79 |
-
- Pytorch 2.
|
80 |
- Datasets 3.0.2
|
81 |
- Tokenizers 0.19.1
|
|
|
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.4926
|
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 |
+
- 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: 2
|
47 |
- num_epochs: 20
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-------:|:----:|:---------------:|
|
54 |
+
| 4.6196 | 0.9231 | 3 | 4.0996 |
|
55 |
+
| 4.3186 | 1.8462 | 6 | 3.8038 |
|
56 |
+
| 3.9621 | 2.7692 | 9 | 3.5173 |
|
57 |
+
| 2.7151 | 4.0 | 13 | 3.1519 |
|
58 |
+
| 3.3264 | 4.9231 | 16 | 2.9077 |
|
59 |
+
| 3.0314 | 5.8462 | 19 | 2.6983 |
|
60 |
+
| 2.7911 | 6.7692 | 22 | 2.5124 |
|
61 |
+
| 1.9218 | 8.0 | 26 | 2.2823 |
|
62 |
+
| 2.3602 | 8.9231 | 29 | 2.1229 |
|
63 |
+
| 2.1297 | 9.8462 | 32 | 1.9649 |
|
64 |
+
| 1.9877 | 10.7692 | 35 | 1.8543 |
|
65 |
+
| 1.3751 | 12.0 | 39 | 1.7460 |
|
66 |
+
| 1.7619 | 12.9231 | 42 | 1.6779 |
|
67 |
+
| 1.6587 | 13.8462 | 45 | 1.6203 |
|
68 |
+
| 1.6074 | 14.7692 | 48 | 1.5695 |
|
69 |
+
| 1.1674 | 16.0 | 52 | 1.5241 |
|
70 |
+
| 1.503 | 16.9231 | 55 | 1.5053 |
|
71 |
+
| 1.4711 | 17.8462 | 58 | 1.4951 |
|
72 |
+
| 1.0311 | 18.4615 | 60 | 1.4926 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
- PEFT 0.13.2
|
78 |
- Transformers 4.44.2
|
79 |
+
- Pytorch 2.5.0+cu124
|
80 |
- Datasets 3.0.2
|
81 |
- Tokenizers 0.19.1
|
runs/Oct24_01-19-49_89957c487371/events.out.tfevents.1729732794.89957c487371.1061.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e345e90f096b96c359e2d1c8bf667450c53b7de5c0af12e7921a89ee739712e1
|
3 |
+
size 14917
|
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:5d24572c9554940e1f92edd78e10243cb6873325ac8bd219df60a27e7683379a
|
3 |
size 5176
|