Commit ·
3687347
1
Parent(s): c01acba
Training in progress, epoch 1
Browse files- config.json +14 -14
- pytorch_model.bin +1 -1
- tokenizer.json +11 -2
- tokenizer_config.json +0 -2
config.json
CHANGED
|
@@ -9,24 +9,24 @@
|
|
| 9 |
"hidden_dropout_prob": 0.1,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
},
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"intermediate_size": 3072,
|
| 22 |
"label2id": {
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
},
|
| 31 |
"layer_norm_eps": 1e-12,
|
| 32 |
"max_position_embeddings": 512,
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.1,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "IT\uacfc\ud559",
|
| 13 |
+
"1": "\uacbd\uc81c",
|
| 14 |
+
"2": "\uc0ac\ud68c",
|
| 15 |
+
"3": "\uc0dd\ud65c\ubb38\ud654",
|
| 16 |
+
"4": "\uc138\uacc4",
|
| 17 |
+
"5": "\uc2a4\ud3ec\uce20",
|
| 18 |
+
"6": "\uc815\uce58"
|
| 19 |
},
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"intermediate_size": 3072,
|
| 22 |
"label2id": {
|
| 23 |
+
"IT\uacfc\ud559": 0,
|
| 24 |
+
"\uacbd\uc81c": 1,
|
| 25 |
+
"\uc0ac\ud68c": 2,
|
| 26 |
+
"\uc0dd\ud65c\ubb38\ud654": 3,
|
| 27 |
+
"\uc138\uacc4": 4,
|
| 28 |
+
"\uc2a4\ud3ec\uce20": 5,
|
| 29 |
+
"\uc815\uce58": 6
|
| 30 |
},
|
| 31 |
"layer_norm_eps": 1e-12,
|
| 32 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442559281
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:216624c9cdd01d8cc8e4a70b2a879daf0f8ef428180ef74028f670d4139f0e37
|
| 3 |
size 442559281
|
tokenizer.json
CHANGED
|
@@ -2,11 +2,20 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
-
"padding":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
| 12 |
"id": 0,
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 50,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
+
"padding": {
|
| 10 |
+
"strategy": {
|
| 11 |
+
"Fixed": 50
|
| 12 |
+
},
|
| 13 |
+
"direction": "Right",
|
| 14 |
+
"pad_to_multiple_of": null,
|
| 15 |
+
"pad_id": 0,
|
| 16 |
+
"pad_type_id": 0,
|
| 17 |
+
"pad_token": "[PAD]"
|
| 18 |
+
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|
tokenizer_config.json
CHANGED
|
@@ -49,11 +49,9 @@
|
|
| 49 |
"model_max_length": 512,
|
| 50 |
"never_split": null,
|
| 51 |
"pad_token": "[PAD]",
|
| 52 |
-
"padding": true,
|
| 53 |
"sep_token": "[SEP]",
|
| 54 |
"strip_accents": null,
|
| 55 |
"tokenize_chinese_chars": true,
|
| 56 |
"tokenizer_class": "BertTokenizer",
|
| 57 |
-
"truncation": true,
|
| 58 |
"unk_token": "[UNK]"
|
| 59 |
}
|
|
|
|
| 49 |
"model_max_length": 512,
|
| 50 |
"never_split": null,
|
| 51 |
"pad_token": "[PAD]",
|
|
|
|
| 52 |
"sep_token": "[SEP]",
|
| 53 |
"strip_accents": null,
|
| 54 |
"tokenize_chinese_chars": true,
|
| 55 |
"tokenizer_class": "BertTokenizer",
|
|
|
|
| 56 |
"unk_token": "[UNK]"
|
| 57 |
}
|