tuhailong commited on
Commit
52f7772
1 Parent(s): f981dc5

first commit

Browse files
CEBinaryAccuracyEvaluator_results.csv ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,steps,Accuracy
2
+ 0,1000,0.8417
3
+ 0,2000,0.8713
4
+ 0,3000,0.88545
5
+ 0,4000,0.89485
6
+ 0,5000,0.89175
7
+ 0,6000,0.9019
8
+ 0,7000,0.8934
9
+ 0,8000,0.8962
10
+ 0,9000,0.90235
11
+ 0,10000,0.90545
12
+ 0,11000,0.9011
13
+ 0,12000,0.9101
14
+ 0,13000,0.90305
15
+ 0,14000,0.9114
16
+ 0,15000,0.90475
17
+ 0,16000,0.9156
18
+ 0,17000,0.9161
19
+ 0,-1,0.91645
20
+ 1,1000,0.91455
21
+ 1,2000,0.91295
22
+ 1,3000,0.9142
23
+ 1,4000,0.9085
24
+ 1,5000,0.9159
25
+ 1,6000,0.9194
26
+ 1,7000,0.91985
27
+ 1,8000,0.92015
28
+ 1,9000,0.9196
29
+ 1,10000,0.92185
30
+ 1,11000,0.9203
31
+ 1,12000,0.924
32
+ 1,13000,0.92065
33
+ 1,14000,0.923
34
+ 1,15000,0.923
35
+ 1,16000,0.92045
36
+ 1,17000,0.92445
37
+ 1,-1,0.92515
38
+ 2,1000,0.92025
39
+ 2,2000,0.92355
40
+ 2,3000,0.9222
41
+ 2,4000,0.9238
42
+ 2,5000,0.9244
43
+ 2,6000,0.9263
44
+ 2,7000,0.9239
45
+ 2,8000,0.9241
46
+ 2,9000,0.92665
47
+ 2,10000,0.9271
48
+ 2,11000,0.92735
49
+ 2,12000,0.92575
50
+ 2,13000,0.9285
51
+ 2,14000,0.92935
52
+ 2,15000,0.928
53
+ 2,16000,0.9265
54
+ 2,17000,0.9264
55
+ 2,-1,0.9258
56
+ 3,1000,0.92955
57
+ 3,2000,0.92535
58
+ 3,3000,0.928
59
+ 3,4000,0.9266
60
+ 3,5000,0.92455
61
+ 3,6000,0.92525
62
+ 3,7000,0.92945
63
+ 3,8000,0.92915
64
+ 3,9000,0.9246
65
+ 3,10000,0.9294
66
+ 3,11000,0.9281
67
+ 3,12000,0.92995
68
+ 3,13000,0.93125
69
+ 3,14000,0.93155
70
+ 3,15000,0.93185
71
+ 3,16000,0.9324
72
+ 3,17000,0.93135
73
+ 3,-1,0.9319
74
+ 4,1000,0.92965
75
+ 4,2000,0.92875
76
+ 4,3000,0.9318
77
+ 4,4000,0.93115
78
+ 4,5000,0.93025
79
+ 4,6000,0.92895
80
+ 4,7000,0.9285
81
+ 4,8000,0.93125
82
+ 4,9000,0.93015
83
+ 4,10000,0.9314
84
+ 4,11000,0.93145
85
+ 4,12000,0.93115
86
+ 4,13000,0.93005
87
+ 4,14000,0.9311
88
+ 4,15000,0.93085
89
+ 4,16000,0.93115
90
+ 4,17000,0.9308
91
+ 4,-1,0.93095
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-chinese",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "directionality": "bidi",
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "bert",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 0,
26
+ "pooler_fc_size": 768,
27
+ "pooler_num_attention_heads": 12,
28
+ "pooler_num_fc_layers": 3,
29
+ "pooler_size_per_head": 128,
30
+ "pooler_type": "first_token_transform",
31
+ "position_embedding_type": "absolute",
32
+ "transformers_version": "4.8.2",
33
+ "type_vocab_size": 2,
34
+ "use_cache": true,
35
+ "vocab_size": 21128
36
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee223d7040a2167fd8bae6887f362234cf3e63b7c07a121da6b4ab729cc7dff
3
+ size 409157805
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-chinese", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff