svjack commited on
Commit
8ec8563
·
1 Parent(s): 029a18a

Upload sel_ner/head_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. sel_ner/head_config.json +14 -0
sel_ner/head_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": null,
3
+ "hidden_size": 768,
4
+ "label2id": {
5
+ "0": 0,
6
+ "1": 1,
7
+ "2": 2
8
+ },
9
+ "model_class": "BertForTokenClassification",
10
+ "model_name": "bert-base-chinese",
11
+ "model_type": "bert",
12
+ "name": null,
13
+ "num_labels": 3
14
+ }