aementio commited on
Commit
6704ccd
1 Parent(s): b9ab04e

Upload tokenizer.json

Browse files

If you rely on the Rust Tokenizer implementations (through bindings to [Tokenizers](https://github.com/huggingface/tokenizers)) and therefore always requires the tokenizer.json file.

Generated with:

```python
from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("aware-ai/whisper-tiny-german")
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