jonatanklosko
commited on
Commit
•
dd40c8c
1
Parent(s):
1a2335c
Upload tokenizer.json
Browse filesGenerated with:
```python
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("gorilla-llm/gorilla-7b-hf-delta-v0")
assert tokenizer.is_fast
tokenizer.save_pretrained("./output/gorilla-llm/gorilla-7b-hf-delta-v0")
```
- tokenizer.json +0 -0
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|