ApostolosK commited on
Commit
36f3f36
·
verified ·
1 Parent(s): 3bf7f62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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`: Vocabulary file for the tokenizer.
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 (not used for tokenization).
26
  - `tokenizer_config.json`: Tokenizer configuration file.
27
 
28
  ## How to Use