ApostolosK commited on
Commit
ab90fe8
·
verified ·
1 Parent(s): 5171b81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ This model was trained on a diverse corpus of Greek texts and is suitable for ta
22
  - `config.json`: Configuration file for the model.
23
  - `pytorch_model.bin`: The PyTorch weights of the 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 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