hiverlab-nicholastkb commited on
Commit
d0e769f
1 Parent(s): c5e9744

Updated readme

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # LLMGeneLinker (LGL): a Fine-Tuned SciBERT Model for Named Entity Recognition
2
 
3
  LLMGeneLinker uses a domain-specific transformer like SciBERT finetuned on AllenAI drug dataset, BC5CDR disease, NCBI disease, DrugProt and GeneTAG datasets. The resulting SciBERT model performs Named Entity Recognition to tag drug, protein, gene, diseases in input text. Sentence embedding of SciBERT is then fed into BERT
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - Named Entity Recognition
6
+ - SciBERT
7
+ - Drug-Target interaction
8
+ - Drugs
9
+ - Genes
10
+ - Proteins
11
+ - Medical
12
+ datasets:
13
+ - bigbio/ncbi_disease
14
+ - bigbio/bc5cdr
15
+ - bigbio/genetag
16
+ - bigbio/drugprot
17
+ - allenai/drug-combo-extraction
18
+ ---
19
+
20
  # LLMGeneLinker (LGL): a Fine-Tuned SciBERT Model for Named Entity Recognition
21
 
22
  LLMGeneLinker uses a domain-specific transformer like SciBERT finetuned on AllenAI drug dataset, BC5CDR disease, NCBI disease, DrugProt and GeneTAG datasets. The resulting SciBERT model performs Named Entity Recognition to tag drug, protein, gene, diseases in input text. Sentence embedding of SciBERT is then fed into BERT