AlexBeneath commited on
Commit
b2fc8e4
verified
1 Parent(s): 50c6b2b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -6
config.json CHANGED
@@ -1,7 +1,9 @@
1
  {
2
- "model_type": "bert", // or another appropriate model type for QA
3
- "architectures": ["BertForQuestionAnswering"], // or the correct architecture
4
- "tokenizer_class": "BertTokenizer",
5
- "max_length": 512,
6
- "use_cache": true
7
- }
 
 
 
1
  {
2
+ "model_type": "bert",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
5
+ ],
6
+ "tokenizer_class": "BertTokenizer",
7
+ "max_length": 512,
8
+ "use_cache": true
9
+ }