End of training
Browse files- all_results.json +1 -0
- config.json +1 -4
- pytorch_model.bin +1 -1
- tokenizer.json +1 -1
- tokenizer_config.json +2 -2
all_results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eval_accuracy": 0.9544699235626454}
|
config.json
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForMultipleChoice"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"directionality": "bidi",
|
10 |
-
"eos_token_id": 2,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
@@ -18,7 +16,6 @@
|
|
18 |
"model_type": "bert",
|
19 |
"num_attention_heads": 12,
|
20 |
"num_hidden_layers": 12,
|
21 |
-
"output_past": true,
|
22 |
"pad_token_id": 0,
|
23 |
"pooler_fc_size": 768,
|
24 |
"pooler_num_attention_heads": 12,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-chinese",
|
3 |
"architectures": [
|
4 |
"BertForMultipleChoice"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
7 |
"classifier_dropout": null,
|
8 |
"directionality": "bidi",
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
|
|
16 |
"model_type": "bert",
|
17 |
"num_attention_heads": 12,
|
18 |
"num_hidden_layers": 12,
|
|
|
19 |
"pad_token_id": 0,
|
20 |
"pooler_fc_size": 768,
|
21 |
"pooler_num_attention_heads": 12,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 409142510
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8290d7bb2b51315292d7770a6ab71d707db04fb0b06671824223310d95ad548
|
3 |
size 409142510
|
tokenizer.json
CHANGED
@@ -59,7 +59,7 @@
|
|
59 |
"clean_text": true,
|
60 |
"handle_chinese_chars": true,
|
61 |
"strip_accents": null,
|
62 |
-
"lowercase":
|
63 |
},
|
64 |
"pre_tokenizer": {
|
65 |
"type": "BertPreTokenizer"
|
|
|
59 |
"clean_text": true,
|
60 |
"handle_chinese_chars": true,
|
61 |
"strip_accents": null,
|
62 |
+
"lowercase": false
|
63 |
},
|
64 |
"pre_tokenizer": {
|
65 |
"type": "BertPreTokenizer"
|
tokenizer_config.json
CHANGED
@@ -44,9 +44,9 @@
|
|
44 |
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
-
"do_lower_case":
|
48 |
"mask_token": "[MASK]",
|
49 |
-
"model_max_length":
|
50 |
"pad_token": "[PAD]",
|
51 |
"sep_token": "[SEP]",
|
52 |
"strip_accents": null,
|
|
|
44 |
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
+
"do_lower_case": false,
|
48 |
"mask_token": "[MASK]",
|
49 |
+
"model_max_length": 512,
|
50 |
"pad_token": "[PAD]",
|
51 |
"sep_token": "[SEP]",
|
52 |
"strip_accents": null,
|