Cuiunbo commited on
Commit
1ffcdc8
·
verified ·
1 Parent(s): 0412eda

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -11
config.json CHANGED
@@ -1,14 +1,13 @@
1
  {
2
- "model_type": "custom",
3
- "tokenizer_info": {
4
- "bert": {
5
- "config": "config_bert.json",
6
- "tokenizer_config": "tokenizer_config_bert.json"
7
- },
8
- "gpt": {
9
- "config": "config_gpt.json",
10
- "tokenizer_config": "tokenizer_config_gpt.json"
11
- }
12
  }
13
  }
14
-
 
1
  {
2
+ "model_type": "bert",
3
+ "tokenizer_info": {
4
+ "bert": {
5
+ "config": "config_bert.json",
6
+ "tokenizer_config": "tokenizer_config_bert.json"
7
+ },
8
+ "gpt": {
9
+ "config": "config_gpt.json",
10
+ "tokenizer_config": "tokenizer_config_gpt.json"
 
11
  }
12
  }
13
+ }