init: model card
Browse files
README.md
CHANGED
@@ -1,6 +1,27 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
library_name: transformers
|
5 |
-
pipeline_tag:
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: afl-3.0
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
---
|
8 |
+
# SMM4H-2024 Task 1: Adverse Drug Events Detection
|
9 |
+
|
10 |
+
## Overview
|
11 |
+
|
12 |
+
This is a NER model created by fine-tuning [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on [SMM4H 2024 Task 1](https://healthlanguageprocessing.org/smm4h-2024/) corpus.
|
13 |
+
|
14 |
+
|
15 |
+
## Results
|
16 |
+
|
17 |
+
|||
|
18 |
+
|---|---:|
|
19 |
+
|F1-Norm|40|
|
20 |
+
|P-Norm|39.6|
|
21 |
+
|R-Norm|40.4|
|
22 |
+
|F1-NER|47.2|
|
23 |
+
|P-NER|47|
|
24 |
+
|R-NER|47.5|
|
25 |
+
|F1-Norm-Unseen|29.5|
|
26 |
+
|P-Norm-Unseen|23.2|
|
27 |
+
|R-Norm-Unseen|40.6|
|