Backedman commited on
Commit
20b8860
verified
1 Parent(s): ee65d6d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -8
config.json CHANGED
@@ -1,10 +1,5 @@
1
  {
2
- "model_type": "qb_model",
3
- "model": {
4
- "base_model": "qbmodel.py",
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
  }