boffire commited on
Commit
dc46bd0
·
verified ·
1 Parent(s): 806e3d7

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +15 -0
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "stanza_tokenizer",
3
+ "language": "kab",
4
+ "vocab_file": "vocab.json",
5
+ "onnx_file": "kab_tokenizer.onnx",
6
+ "pytorch_file": "kab_tatoeba_tokenizer.pt",
7
+ "feature_dim": 5,
8
+ "max_seqlen": 300,
9
+ "num_classes": 3,
10
+ "class_labels": [
11
+ "B",
12
+ "I",
13
+ "O"
14
+ ]
15
+ }