pruas commited on
Commit
4c4d59c
1 Parent(s): 659501c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: token-classification
5
+ ---
6
+
7
+ Named Entity Recognition (NER) model to recognize cell line entities.
8
+
9
+ [PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) fine-tuned on the following datasets:
10
+ - [CellFinder](http://cellfinder.org/about/annotation/): entity type "CellLine"
11
+ - [JNLPBA](http://www.geniaproject.org/genia-corpus/term-corpus): entity type "cell_line"