Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,8 @@ language:
|
|
4 |
pipeline_tag: token-classification
|
5 |
tags:
|
6 |
- token-classification
|
|
|
7 |
---
|
8 |
-
|
9 |
|
10 |
Trained on A. Koroleva dataset of sentences extracted from clinical trials articles.
|
|
|
4 |
pipeline_tag: token-classification
|
5 |
tags:
|
6 |
- token-classification
|
7 |
+
base_model: microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract
|
8 |
---
|
9 |
+
BiomedNLP-BiomedBERT-base-uncased-abstract model finetuned for token classification of primary outcomes and secondary outcomes in clinical trials scientific articles sentences.
|
10 |
|
11 |
Trained on A. Koroleva dataset of sentences extracted from clinical trials articles.
|