update readme
Browse files
README.md
CHANGED
@@ -12,10 +12,10 @@ pipeline_tag: text-classification
|
|
12 |
library_name: transformers
|
13 |
---
|
14 |
|
15 |
-
# Fine-tuned
|
16 |
|
17 |
## Model Description
|
18 |
-
This is a fine-tuned **
|
19 |
|
20 |
<!-- ### Key Features:
|
21 |
- **Language**: English
|
|
|
12 |
library_name: transformers
|
13 |
---
|
14 |
|
15 |
+
# Fine-tuned FD Model for DiMB-RE
|
16 |
|
17 |
## Model Description
|
18 |
+
This is a fine-tuned **Factuality Detection (FD)** model based on the [BiomedNLP-BiomedBERT-base-uncased](https://huggingface.co/microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext) model, specifically designed for sentence classification task to assign factuality level for extracted relations for diet, human metabolism and microbiome field. The model has been trained on the DiMB-RE dataset and is optimized to infer factuality with 3 factuality level.
|
19 |
|
20 |
<!-- ### Key Features:
|
21 |
- **Language**: English
|