farzanrahmani
commited on
Commit
•
29bb0f1
1
Parent(s):
85aba96
removing use cache to fix label2index and vice versa
Browse files- config.json +1 -1
config.json
CHANGED
@@ -39,6 +39,6 @@
|
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.38.2",
|
41 |
"type_vocab_size": 1,
|
42 |
-
"use_cache": true,
|
43 |
"vocab_size": 50265
|
44 |
}
|
|
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.38.2",
|
41 |
"type_vocab_size": 1,
|
42 |
+
// "use_cache": true,
|
43 |
"vocab_size": 50265
|
44 |
}
|