Commit ·
47d0690
1
Parent(s): fc9436f
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +58 -0
- pytorch_model.bin +3 -0
- runs/Sep28_08-35-59_b2b9d645d6a8/1664354238.8399656/events.out.tfevents.1664354238.b2b9d645d6a8.87.1 +3 -0
- runs/Sep28_08-35-59_b2b9d645d6a8/events.out.tfevents.1664354238.b2b9d645d6a8.87.0 +3 -0
- tokenizer.json +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/mbart-large-50",
|
| 3 |
+
"_num_labels": 3,
|
| 4 |
+
"activation_dropout": 0.0,
|
| 5 |
+
"activation_function": "gelu",
|
| 6 |
+
"add_bias_logits": false,
|
| 7 |
+
"add_final_layer_norm": true,
|
| 8 |
+
"architectures": [
|
| 9 |
+
"MBartForConditionalGeneration"
|
| 10 |
+
],
|
| 11 |
+
"attention_dropout": 0.0,
|
| 12 |
+
"bos_token_id": 0,
|
| 13 |
+
"classif_dropout": 0.0,
|
| 14 |
+
"classifier_dropout": 0.0,
|
| 15 |
+
"d_model": 1024,
|
| 16 |
+
"decoder_attention_heads": 16,
|
| 17 |
+
"decoder_ffn_dim": 4096,
|
| 18 |
+
"decoder_layerdrop": 0.0,
|
| 19 |
+
"decoder_layers": 12,
|
| 20 |
+
"decoder_start_token_id": 2,
|
| 21 |
+
"dropout": 0.1,
|
| 22 |
+
"early_stopping": true,
|
| 23 |
+
"encoder_attention_heads": 16,
|
| 24 |
+
"encoder_ffn_dim": 4096,
|
| 25 |
+
"encoder_layerdrop": 0.0,
|
| 26 |
+
"encoder_layers": 12,
|
| 27 |
+
"eos_token_id": 2,
|
| 28 |
+
"forced_eos_token_id": 2,
|
| 29 |
+
"gradient_checkpointing": false,
|
| 30 |
+
"id2label": {
|
| 31 |
+
"0": "LABEL_0",
|
| 32 |
+
"1": "LABEL_1",
|
| 33 |
+
"2": "LABEL_2"
|
| 34 |
+
},
|
| 35 |
+
"init_std": 0.02,
|
| 36 |
+
"is_encoder_decoder": true,
|
| 37 |
+
"label2id": {
|
| 38 |
+
"LABEL_0": 0,
|
| 39 |
+
"LABEL_1": 1,
|
| 40 |
+
"LABEL_2": 2
|
| 41 |
+
},
|
| 42 |
+
"max_length": 200,
|
| 43 |
+
"max_position_embeddings": 1024,
|
| 44 |
+
"model_type": "mbart",
|
| 45 |
+
"normalize_before": true,
|
| 46 |
+
"normalize_embedding": true,
|
| 47 |
+
"num_beams": 5,
|
| 48 |
+
"num_hidden_layers": 12,
|
| 49 |
+
"output_past": true,
|
| 50 |
+
"pad_token_id": 1,
|
| 51 |
+
"scale_embedding": true,
|
| 52 |
+
"static_position_embeddings": false,
|
| 53 |
+
"tokenizer_class": "MBart50Tokenizer",
|
| 54 |
+
"torch_dtype": "float32",
|
| 55 |
+
"transformers_version": "4.22.2",
|
| 56 |
+
"use_cache": true,
|
| 57 |
+
"vocab_size": 250054
|
| 58 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce51a3ed1213a69d70d9cea5c5cf3c0b038ae4f32833a3f3d1055bef94cf3879
|
| 3 |
+
size 2444690425
|
runs/Sep28_08-35-59_b2b9d645d6a8/1664354238.8399656/events.out.tfevents.1664354238.b2b9d645d6a8.87.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:427d83ccdcc1bdaac74ffe5054842453ce3391c7f01633d8ac010f3c4c7c2a80
|
| 3 |
+
size 5752
|
runs/Sep28_08-35-59_b2b9d645d6a8/events.out.tfevents.1664354238.b2b9d645d6a8.87.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:980c43866b1b3118fa1f140f31a41a8c1124d1e56fb408204fd7ca3da43cb377
|
| 3 |
+
size 4737
|
tokenizer.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 128,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
tokenizer_config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"do_lower_case": true,
|
| 5 |
"lowercase": false,
|
| 6 |
"mask_token": "[MASK]",
|
| 7 |
-
"name_or_path": "/
|
| 8 |
"never_split": null,
|
| 9 |
"pad_token": "[PAD]",
|
| 10 |
"sep_token": "[SEP]",
|
|
|
|
| 4 |
"do_lower_case": true,
|
| 5 |
"lowercase": false,
|
| 6 |
"mask_token": "[MASK]",
|
| 7 |
+
"name_or_path": "eun-younglee/mBART_tokenizer_custom",
|
| 8 |
"never_split": null,
|
| 9 |
"pad_token": "[PAD]",
|
| 10 |
"sep_token": "[SEP]",
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4895bd811d9faa6e6c264dd586f4d5ac787909e399635406f1fc990e6df837f1
|
| 3 |
+
size 3503
|