Update config.json
Browse files- config.json +3 -8
config.json
CHANGED
|
@@ -1,10 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "
|
| 3 |
-
"
|
| 4 |
-
|
| 5 |
-
"class": "QBModel"
|
| 6 |
-
},
|
| 7 |
-
"tokenizer": {
|
| 8 |
-
"tokenizer_class": "CustomTokenizer"
|
| 9 |
-
}
|
| 10 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "TFIDF-QA",
|
| 3 |
+
"torch_dtype": "float16",
|
| 4 |
+
"transformers_version": "4.40.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|