vionwinnie commited on
Commit
8ced323
1 Parent(s): c0b5428

test which json works

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -53,5 +53,6 @@
53
  },
54
  "transformers_version": "4.8.2",
55
  "use_cache": true,
56
- "vocab_size": 32128
 
57
  }
 
53
  },
54
  "transformers_version": "4.8.2",
55
  "use_cache": true,
56
+ "vocab_size": 32128,
57
+ "tokenizer_args": {"use_fast": false}
58
  }