nyust-eb210 commited on
Commit
0bc8f7d
1 Parent(s): a07b945

Update file README.md from vincentwu

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "bert-base-chinese",
3
  "architectures": [
4
- "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "directionality": "bidi",
@@ -27,4 +27,4 @@
27
  "type_vocab_size": 2,
28
  "use_cache": true,
29
  "vocab_size": 21128
30
- }
1
  {
2
  "_name_or_path": "bert-base-chinese",
3
  "architectures": [
4
+ "BertForQuestionAnswering"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "directionality": "bidi",
27
  "type_vocab_size": 2,
28
  "use_cache": true,
29
  "vocab_size": 21128
30
+ }