weitung8 commited on
Commit
4159b9f
·
1 Parent(s): 2592cd1

End of training

Browse files
all_results.json CHANGED
@@ -1 +1 @@
1
- {"eval_accuracy": 0.02}
 
1
+ {"eval_accuracy": 0.9494848786972416}
config.json CHANGED
@@ -1,11 +1,13 @@
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,6 +18,7 @@
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,
 
1
  {
2
+ "_name_or_path": "hfl/chinese-roberta-wwm-ext",
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
  "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,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b393b363e0474986dd2150e8e1ab781133b5c1f6438c26f4d2159edaf205903
3
  size 409142065
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc33334cb78faceadf51ee82b548c670539725a7256af6b2a487c07f4e465ad4
3
  size 409142065
tokenizer.json CHANGED
@@ -6,16 +6,7 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 512
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,
@@ -68,7 +59,7 @@
68
  "clean_text": true,
69
  "handle_chinese_chars": true,
70
  "strip_accents": null,
71
- "lowercase": false
72
  },
73
  "pre_tokenizer": {
74
  "type": "BertPreTokenizer"
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
59
  "clean_text": true,
60
  "handle_chinese_chars": true,
61
  "strip_accents": null,
62
+ "lowercase": true
63
  },
64
  "pre_tokenizer": {
65
  "type": "BertPreTokenizer"
tokenizer_config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
- "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
- "model_max_length": 512,
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
+ "model_max_length": 1000000000000000019884624838656,
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,