Update config.json
Browse files- config.json +10 -11
config.json
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
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 |
+
}
|