Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ metrics:
|
|
7 |
base_model:
|
8 |
- dmis-lab/biobert-base-cased-v1.1
|
9 |
pipeline_tag: text-classification
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# BioBERT Research Insights
|
@@ -52,4 +54,4 @@ The model was evaluated on the PubMed 20k RCT test dataset, which contains 5 sen
|
|
52 |
### Class-wise performance highlights:
|
53 |
|
54 |
- **METHODS** and **RESULTS** classes achieve high precision and recall (~93-94%), indicating strong performance in identifying these sections.
|
55 |
-
- Lower scores on **BACKGROUND** and **OBJECTIVE** suggest these categories are more challenging to distinguish, likely due to overlapping language.
|
|
|
7 |
base_model:
|
8 |
- dmis-lab/biobert-base-cased-v1.1
|
9 |
pipeline_tag: text-classification
|
10 |
+
tags:
|
11 |
+
- medical
|
12 |
---
|
13 |
|
14 |
# BioBERT Research Insights
|
|
|
54 |
### Class-wise performance highlights:
|
55 |
|
56 |
- **METHODS** and **RESULTS** classes achieve high precision and recall (~93-94%), indicating strong performance in identifying these sections.
|
57 |
+
- Lower scores on **BACKGROUND** and **OBJECTIVE** suggest these categories are more challenging to distinguish, likely due to overlapping language.
|