Model save
Browse files- README.md +4 -4
- best/config.json +1 -1
- best/model.safetensors +2 -2
- best/training_args.bin +1 -1
README.md
CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Loss: 6.
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,7 +38,7 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- lr_scheduler_warmup_steps:
|
42 |
- num_epochs: 30
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
@@ -46,8 +46,8 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-------:|:-----:|:---------------:|
|
49 |
-
| 6.
|
50 |
-
| 6.
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 6.7011
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- lr_scheduler_warmup_steps: 20
|
42 |
- num_epochs: 30
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-------:|:-----:|:---------------:|
|
49 |
+
| 6.4968 | 11.9617 | 5000 | 6.8573 |
|
50 |
+
| 6.0917 | 23.9234 | 10000 | 6.7011 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
best/config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"dim_feedforward": 1024,
|
7 |
"dropout": 0.1,
|
8 |
"input_dim": 30000,
|
9 |
-
"max_seq_len":
|
10 |
"model_type": "transformer",
|
11 |
"nhead": 8,
|
12 |
"num_decoder_layers": 6,
|
|
|
6 |
"dim_feedforward": 1024,
|
7 |
"dropout": 0.1,
|
8 |
"input_dim": 30000,
|
9 |
+
"max_seq_len": 512,
|
10 |
"model_type": "transformer",
|
11 |
"nhead": 8,
|
12 |
"num_decoder_layers": 6,
|
best/model.safetensors
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:96ee9b2481257248ae8cd26863390d9f6fdee382cdbaf3d00db433eb2e1db109
|
3 |
+
size 251289632
|
best/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7670b3b289ae6a643928d39e22c9f21dd6d4ca010011bee8559985ee2019845a
|
3 |
size 5112
|