farzanrahmani
commited on
removing use cache to fix label2index and vice versa (#5)
Browse files- removing use cache to fix label2index and vice versa (29bb0f18c2fe2ad1bc234a2a8a88aca037a6e4f9)
- 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 |
}
|