alvaroalon2 commited on
Commit
8c1cd30
1 Parent(s): 1e1c3e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,13 +1,17 @@
1
- BioBERT model fine-tuned in NER task with BC5CDR-chemicals and BC4CHEMD corpus
2
 
 
3
 
 
4
  language: "English"
5
  tags:
6
- - token classification
7
  - NER
8
  datasets:
9
  - BC5CDR-chemicals
10
  - BC4CHEMD
 
 
 
11
 
12
 
13
 
 
 
1
 
2
+ BioBERT model fine-tuned in NER task with BC5CDR-chemicals and BC4CHEMD corpus
3
 
4
+ ---
5
  language: "English"
6
  tags:
7
+ - token-classification
8
  - NER
9
  datasets:
10
  - BC5CDR-chemicals
11
  - BC4CHEMD
12
+ pipeline_tag:
13
+ - token-classification
14
+ ---
15
 
16
 
17