End of training
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ The following hyperparameters were used during training:
|
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
-
- num_epochs:
|
| 43 |
- mixed_precision_training: Native AMP
|
| 44 |
|
| 45 |
### Training results
|
|
|
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
+
- num_epochs: 50
|
| 43 |
- mixed_precision_training: Native AMP
|
| 44 |
|
| 45 |
### Training results
|
config.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
| 50 |
"LABEL_1": 1
|
| 51 |
},
|
| 52 |
"length_penalty": 1.0,
|
| 53 |
-
"max_length":
|
| 54 |
"max_position_embeddings": 1536,
|
| 55 |
"min_length": 0,
|
| 56 |
"model_type": "mbart",
|
|
|
|
| 50 |
"LABEL_1": 1
|
| 51 |
},
|
| 52 |
"length_penalty": 1.0,
|
| 53 |
+
"max_length": 128,
|
| 54 |
"max_position_embeddings": 1536,
|
| 55 |
"min_length": 0,
|
| 56 |
"model_type": "mbart",
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 809187097
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db08392cdb4152381fcb57399a64fd3a171a09271ff5d083995443ee55b1dc90
|
| 3 |
size 809187097
|
runs/May26_17-14-07_1465e872ce98/1685121251.694105/events.out.tfevents.1685121251.1465e872ce98.729.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82b3a9eb36d3f4d33e14dea26b2c8515f5fb27c909f6cc2b212d1d861c3ba5eb
|
| 3 |
+
size 6199
|
runs/May26_17-14-07_1465e872ce98/events.out.tfevents.1685121251.1465e872ce98.729.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b5b70f973152183e9b6238cd23a18d42cbf804a381504fdc8009b69cd0f4516
|
| 3 |
+
size 10780
|
tokenizer.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
-
"Fixed":
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 128,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
+
"Fixed": 128
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92998424433af82c10a66cea29abaf2283be7db4ac92fb9a030f292887aec8f5
|
| 3 |
size 4091
|