Text Generation
Transformers
PyTorch
llama
Inference Endpoints
text-generation-inference
ScottMueller commited on
Commit
b201f7c
1 Parent(s): bce5d60

Upload tokenizer.json

Browse files

Generated with:

```python
from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("openlm-research/open_llama_3b_v2")
assert tokenizer.is_fast
tokenizer.save_pretrained("...")
```

Files changed (1) hide show
  1. tokenizer.json +0 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff