Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,12 @@ language:
|
|
4 |
tags:
|
5 |
- Token Classification
|
6 |
widget:
|
7 |
-
- text:
|
8 |
-
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
This is a model to detect treatment and disease mentions in texts from health domains.
|
@@ -13,6 +17,4 @@ The dataset used for training consists of [PubMed's abstracts](https://www.ncbi.
|
|
13 |
|
14 |
The label ```t``` is used for treatment (medication, procedures, etc.) and ```d``` for disease mentions.
|
15 |
|
16 |
-
The current F1 score (Seqeval) is 0.91
|
17 |
-
|
18 |
-
|
|
|
4 |
tags:
|
5 |
- Token Classification
|
6 |
widget:
|
7 |
+
- text: >-
|
8 |
+
The FDA approved deucravacitinib for moderate-to-severe plaque psoriasis in
|
9 |
+
adult patients.
|
10 |
+
example_title: example 1
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
---
|
14 |
|
15 |
This is a model to detect treatment and disease mentions in texts from health domains.
|
|
|
17 |
|
18 |
The label ```t``` is used for treatment (medication, procedures, etc.) and ```d``` for disease mentions.
|
19 |
|
20 |
+
The current F1 score (Seqeval) is 0.91
|
|
|
|