RaghuCourage9605 commited on
Commit
9087b2a
·
verified ·
1 Parent(s): 38018bd

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -1
tokenizer_config.json CHANGED
@@ -1 +1,4 @@
1
- {"model_max_length": 1024}
 
 
 
 
1
+ {
2
+ "model_max_length": 1024,
3
+ "tokenizer_class": "GPT2TokenizerFast"
4
+ }