Go Inoue commited on
Commit
bf87d61
1 Parent(s): a2a4807

Add model files

Browse files
config.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "gradient_checkpointing": false,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "abbrev",
12
+ "1": "adj",
13
+ "2": "adj_comp",
14
+ "3": "adj_num",
15
+ "4": "adv",
16
+ "5": "adv_interrog",
17
+ "6": "adv_rel",
18
+ "7": "conj",
19
+ "8": "conj_sub",
20
+ "9": "digit",
21
+ "10": "interj",
22
+ "11": "latin",
23
+ "12": "noun",
24
+ "13": "noun_num",
25
+ "14": "noun_prop",
26
+ "15": "noun_quant",
27
+ "16": "part",
28
+ "17": "part_det",
29
+ "18": "part_focus",
30
+ "19": "part_fut",
31
+ "20": "part_interrog",
32
+ "21": "part_neg",
33
+ "22": "part_restrict",
34
+ "23": "part_verb",
35
+ "24": "part_voc",
36
+ "25": "prep",
37
+ "26": "pron",
38
+ "27": "pron_dem",
39
+ "28": "pron_exclam",
40
+ "29": "pron_interrog",
41
+ "30": "pron_rel",
42
+ "31": "punc",
43
+ "32": "verb",
44
+ "33": "verb_nom",
45
+ "34": "verb_pseudo"
46
+ },
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 3072,
49
+ "label2id": {
50
+ "abbrev": 0,
51
+ "adj": 1,
52
+ "adj_comp": 2,
53
+ "adj_num": 3,
54
+ "adv": 4,
55
+ "adv_interrog": 5,
56
+ "adv_rel": 6,
57
+ "conj": 7,
58
+ "conj_sub": 8,
59
+ "digit": 9,
60
+ "interj": 10,
61
+ "latin": 11,
62
+ "noun": 12,
63
+ "noun_num": 13,
64
+ "noun_prop": 14,
65
+ "noun_quant": 15,
66
+ "part": 16,
67
+ "part_det": 17,
68
+ "part_focus": 18,
69
+ "part_fut": 19,
70
+ "part_interrog": 20,
71
+ "part_neg": 21,
72
+ "part_restrict": 22,
73
+ "part_verb": 23,
74
+ "part_voc": 24,
75
+ "prep": 25,
76
+ "pron": 26,
77
+ "pron_dem": 27,
78
+ "pron_exclam": 28,
79
+ "pron_interrog": 29,
80
+ "pron_rel": 30,
81
+ "punc": 31,
82
+ "verb": 32,
83
+ "verb_nom": 33,
84
+ "verb_pseudo": 34
85
+ },
86
+ "layer_norm_eps": 1e-12,
87
+ "max_position_embeddings": 512,
88
+ "model_type": "bert",
89
+ "num_attention_heads": 12,
90
+ "num_hidden_layers": 12,
91
+ "pad_token_id": 0,
92
+ "type_vocab_size": 2,
93
+ "vocab_size": 30000
94
+ }
eval_results.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ eval_loss = 0.1454062613349823
2
+ eval_accuracy = 0.9768293890484206
3
+ eval_precision_micro = 0.9768293890484206
4
+ eval_recall_micro = 0.9768293890484206
5
+ eval_f1_micro = 0.9768293890484206
6
+ eval_precision_macro = 0.9321829971146343
7
+ eval_recall_macro = 0.9027813251054249
8
+ eval_f1_macro = 0.9123311907003909
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac0a1735fb7bdc536c74ff783c9fbe64905cc0b8d3cfc76dd0ec3ca6e5fcec7a
3
+ size 868200768
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b6adcc66554fa5c75d54794f8fa3b214fe5baacf164e1f9ae9a4f595bc1f30
3
+ size 436487601
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bc2ae7f41b4bb044fd8629faf3d92a22f8ee898f7d714ebf735403df07bd8f0
3
+ size 326
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
test_predictions.txt ADDED
The diff for this file is too large to render. See raw diff
test_results.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ eval_loss = 0.14815210179520705
2
+ eval_accuracy = 0.9767164179104477
3
+ eval_precision_micro = 0.9767164179104477
4
+ eval_recall_micro = 0.9767164179104477
5
+ eval_f1_micro = 0.9767164179104477
6
+ eval_precision_macro = 0.8814863115184064
7
+ eval_recall_macro = 0.8799732308379551
8
+ eval_f1_macro = 0.8743246883965627
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee541f601620a6ec099a3e8c9dc095d44d37c513844f9efb257a2fc7e046b9ab
3
+ size 436592640
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "special_tokens_map_file": null, "full_tokenizer_file": null}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e659380726f69a16e9a2ac0246933f110f1a387e0b98a5db37992508384165
3
+ size 1354
vocab.txt ADDED
The diff for this file is too large to render. See raw diff