ApostolosK
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ This smaller version is ideal for use cases where inference time and model size
|
|
22 |
- `config.json`: Configuration file for the model.
|
23 |
- `pytorch_model.bin`: The PyTorch weights of the smaller model.
|
24 |
- `spm.model`: The SentencePiece tokenizer model.
|
25 |
-
- `vocab.txt`: A human-readable vocabulary file that contains the list of tokens used by the model
|
26 |
- `tokenizer_config.json`: Tokenizer configuration file.
|
27 |
|
28 |
## How to Use
|
|
|
22 |
- `config.json`: Configuration file for the model.
|
23 |
- `pytorch_model.bin`: The PyTorch weights of the smaller model.
|
24 |
- `spm.model`: The SentencePiece tokenizer model.
|
25 |
+
- `vocab.txt`: A human-readable vocabulary file that contains the list of tokens used by the model.
|
26 |
- `tokenizer_config.json`: Tokenizer configuration file.
|
27 |
|
28 |
## How to Use
|