dmis-lab commited on
Commit
09a31fc
1 Parent(s): c136602

Upload labels.txt

Browse files

`dmis-lab/KAZU-NER-module-distil-v1.0` is trained (fine-tuned) on the NER task with 6 entity classes: cell_line, cell_type, disease, drug, gene, species (BIO schema).
For the inference, the model is required to use `labels.txt` identical to the one used for training.

Files changed (1) hide show
  1. labels.txt +13 -0
labels.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ O
2
+ B-cell_line
3
+ I-cell_line
4
+ B-cell_type
5
+ I-cell_type
6
+ B-disease
7
+ I-disease
8
+ B-drug
9
+ I-drug
10
+ B-gene
11
+ I-gene
12
+ B-species
13
+ I-species