almirsarajcic
commited on
Commit
•
55c4404
1
Parent(s):
49c5371
Upload tokenizer.json
Browse filesGenerated with:
```python
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("microsoft/DialoGPT-small")
assert tokenizer.is_fast
tokenizer.save_pretrained("...")
```
- tokenizer.json +0 -0
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|