Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,7 @@ language:
|
|
| 3 |
- en
|
| 4 |
datasets:
|
| 5 |
- pubmed
|
|
|
|
| 6 |
metrics:
|
| 7 |
- f1
|
| 8 |
tags:
|
|
@@ -15,16 +16,30 @@ tags:
|
|
| 15 |
- biomedical
|
| 16 |
pipeline_tag: text-classification
|
| 17 |
widget:
|
| 18 |
-
- text:
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext_pub_section
|
|
@@ -37,7 +52,7 @@ widget:
|
|
| 37 |
install transformers as needed:
|
| 38 |
|
| 39 |
```bash
|
| 40 |
-
pip install -U transformers
|
| 41 |
```
|
| 42 |
|
| 43 |
Run the following, changing the example text to your use case:
|
|
@@ -102,4 +117,4 @@ classifier(
|
|
| 102 |
|
| 103 |
- date_run: Apr-22-2022_t-19
|
| 104 |
|
| 105 |
-
- huggingface_tag: microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext
|
|
|
|
| 3 |
- en
|
| 4 |
datasets:
|
| 5 |
- pubmed
|
| 6 |
+
- ml4pubmed/pubmed-classification-20k
|
| 7 |
metrics:
|
| 8 |
- f1
|
| 9 |
tags:
|
|
|
|
| 16 |
- biomedical
|
| 17 |
pipeline_tag: text-classification
|
| 18 |
widget:
|
| 19 |
+
- text: >-
|
| 20 |
+
many pathogenic processes and diseases are the result of an erroneous
|
| 21 |
+
activation of the complement cascade and a number of inhibitors of
|
| 22 |
+
complement have thus been examined for anti-inflammatory actions.
|
| 23 |
+
example_title: background example
|
| 24 |
+
- text: a total of 192 mi patients and 140 control persons were included.
|
| 25 |
+
example_title: methods example
|
| 26 |
+
- text: >-
|
| 27 |
+
mi patients had 18 % higher plasma levels of map44 (iqr 11-25 %) as compared
|
| 28 |
+
to the healthy control group (p < 0. 001.)
|
| 29 |
+
example_title: results example
|
| 30 |
+
- text: >-
|
| 31 |
+
the finding that a brief cb group intervention delivered by real-world
|
| 32 |
+
providers significantly reduced mdd onset relative to both brochure control
|
| 33 |
+
and bibliotherapy is very encouraging, although effects on continuous
|
| 34 |
+
outcome measures were small or nonsignificant and approximately half the
|
| 35 |
+
magnitude of those found in efficacy research, potentially because the
|
| 36 |
+
present sample reported lower initial depression.
|
| 37 |
+
example_title: conclusions example
|
| 38 |
+
- text: >-
|
| 39 |
+
in order to understand and update the prevalence of myopia in taiwan, a
|
| 40 |
+
nationwide survey was performed in 1995.
|
| 41 |
+
example_title: objective example
|
| 42 |
+
license: apache-2.0
|
| 43 |
---
|
| 44 |
|
| 45 |
# BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext_pub_section
|
|
|
|
| 52 |
install transformers as needed:
|
| 53 |
|
| 54 |
```bash
|
| 55 |
+
pip install -U transformers
|
| 56 |
```
|
| 57 |
|
| 58 |
Run the following, changing the example text to your use case:
|
|
|
|
| 117 |
|
| 118 |
- date_run: Apr-22-2022_t-19
|
| 119 |
|
| 120 |
+
- huggingface_tag: microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext
|