ApostolosK commited on
Commit
b2a78ba
1 Parent(s): abd6f28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ The following files are included in the repository:
23
  - `config.json`: The model configuration file used by the DeBERTa-base architecture.
24
  - `pytorch_model.bin`: The pre-trained model weights in PyTorch format.
25
  - `spm.model`: The SentencePiece model file used for tokenization.
26
- - `vocab.txt`: A human-readable vocabulary file that contains the list of tokens used by the model (not used for tokenization).
27
  - `tokenizer_config.json`: Configuration file for the tokenizer.
28
 
29
  ## How to Use
 
23
  - `config.json`: The model configuration file used by the DeBERTa-base architecture.
24
  - `pytorch_model.bin`: The pre-trained model weights in PyTorch format.
25
  - `spm.model`: The SentencePiece model file used for tokenization.
26
+ - `vocab.txt`: A human-readable vocabulary file that contains the list of tokens used by the model.
27
  - `tokenizer_config.json`: Configuration file for the tokenizer.
28
 
29
  ## How to Use