learnrr commited on
Commit
a232c87
·
verified ·
1 Parent(s): 97e631a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -64,6 +64,7 @@ The model identifies 18 entity types from OntoNotes 5.0:
64
  | **Configuration** | `config.json` | Model architecture & `id2label` mapping. |
65
  | **Vocabulary** | `vocab.txt` | BERT-cased specific vocabulary. |
66
  | **Tokenizer** | `tokenizer.json` | Optimized fast tokenizer configuration. |
 
67
  | **Training Args** | `training_args.bin` | Detailed hyperparameter dump from the Trainer. |
68
 
69
  ## 🚀 Usage
 
64
  | **Configuration** | `config.json` | Model architecture & `id2label` mapping. |
65
  | **Vocabulary** | `vocab.txt` | BERT-cased specific vocabulary. |
66
  | **Tokenizer** | `tokenizer.json` | Optimized fast tokenizer configuration. |
67
+ | **Special Tokens** | `special_tokens_map.json` | Definitions for BOS, EOS, and Padding tokens. |
68
  | **Training Args** | `training_args.bin` | Detailed hyperparameter dump from the Trainer. |
69
 
70
  ## 🚀 Usage