Model save
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [imone/Mistral_7B_with_EOT_token](https://huggingface.co/imone/Mistral_7B_with_EOT_token) on the generator dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -49,17 +49,13 @@ The following hyperparameters were used during training:
|
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: cosine
|
51 |
- lr_scheduler_warmup_ratio: 0.1
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
-
| 0.
|
59 |
-
| 0.4747 | 2.0 | 118 | 0.3181 |
|
60 |
-
| 0.2246 | 3.0 | 177 | 0.1280 |
|
61 |
-
| 0.1179 | 4.0 | 236 | 0.0868 |
|
62 |
-
| 0.0755 | 5.0 | 295 | 0.0757 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [imone/Mistral_7B_with_EOT_token](https://huggingface.co/imone/Mistral_7B_with_EOT_token) on the generator dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.7076
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: cosine
|
51 |
- lr_scheduler_warmup_ratio: 0.1
|
52 |
+
- num_epochs: 1
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
+
| 0.7609 | 1.0 | 59 | 0.7076 |
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
config.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"sliding_window": 4096,
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
-
"transformers_version": "4.
|
24 |
"use_cache": false,
|
25 |
"vocab_size": 32002
|
26 |
}
|
|
|
20 |
"sliding_window": 4096,
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.38.2",
|
24 |
"use_cache": false,
|
25 |
"vocab_size": 32002
|
26 |
}
|
model-00001-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4943178720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fddeedc3cecfb5d520d1b02e0ce1a79543a346313812eeece2253412ff3bf8cd
|
3 |
size 4943178720
|
model-00002-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999819336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab40654940614e7eb9857f65a85e048e85554fe6dbf31df6a0ed5247f68e6aa4
|
3 |
size 4999819336
|
model-00003-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4540532728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5600ba9c52e20be1b50a1037346408743643c56a08a26cc6cb39f2dde88ad21
|
3 |
size 4540532728
|
runs/Apr20_11-46-07_n136-147-090/events.out.tfevents.1713584874.n136-147-090.930598.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e519689d4a6cafb6dbcd14b66f7e7ba2ecfc46e5d2b374aa2fc97f131167080
|
3 |
+
size 7887
|
tokenizer.json
CHANGED
@@ -152,7 +152,6 @@
|
|
152 |
"end_of_word_suffix": null,
|
153 |
"fuse_unk": true,
|
154 |
"byte_fallback": true,
|
155 |
-
"ignore_merges": false,
|
156 |
"vocab": {
|
157 |
"<unk>": 0,
|
158 |
"<s>": 1,
|
|
|
152 |
"end_of_word_suffix": null,
|
153 |
"fuse_unk": true,
|
154 |
"byte_fallback": true,
|
|
|
155 |
"vocab": {
|
156 |
"<unk>": 0,
|
157 |
"<s>": 1,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e13111a6b98171032f2c7b21d04f0190e5dc8a7b6a9253ece1444873e52c13ed
|
3 |
+
size 6136
|