Commit ·
3b0c45e
1
Parent(s): 3c36b74
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Model description
|
| 2 |
**EpiExtract4GARD** is a fine-tuned [BioBERT-base-cased](https://huggingface.co/dmis-lab/biobert-base-cased-v1.1) model that is ready to use for **Named Entity Recognition** of locations (LOC), epidemiologic types (EPI), and epidemiologic rates (STAT). This model was fine-tuned on [EpiSet4NER](https://huggingface.co/datasets/ncats/EpiSet4NER) for epidemiological information from rare disease abstracts. See dataset documentation for details on the weakly supervised teaching methods and dataset biases and limitations. See [EpiExtract4GARD on GitHub](https://github.com/ncats/epi4GARD/tree/master/EpiExtract4GARD#epiextract4gard) for details on the entire pipeline.
|
| 3 |
|
|
|
|
| 1 |
+
## DOCUMENTATION UPDATES IN PROGRESS
|
| 2 |
+
datasets:
|
| 3 |
+
- wmt19
|
| 4 |
+
|
| 5 |
+
inference:
|
| 6 |
+
parameters:
|
| 7 |
+
aggregation_strategy: "none"
|
| 8 |
+
|
| 9 |
+
widget:
|
| 10 |
+
- text: "Jens Peter Hansen kommer fra Danmark"
|
| 11 |
+
|
| 12 |
+
---
|
| 13 |
+
language:
|
| 14 |
+
- ru
|
| 15 |
+
- en
|
| 16 |
+
tags:
|
| 17 |
+
- translation
|
| 18 |
+
license: apache-2.0
|
| 19 |
+
datasets:
|
| 20 |
+
- wmt19
|
| 21 |
+
metrics:
|
| 22 |
+
- bleu
|
| 23 |
+
- sacrebleu
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
## Model description
|
| 27 |
**EpiExtract4GARD** is a fine-tuned [BioBERT-base-cased](https://huggingface.co/dmis-lab/biobert-base-cased-v1.1) model that is ready to use for **Named Entity Recognition** of locations (LOC), epidemiologic types (EPI), and epidemiologic rates (STAT). This model was fine-tuned on [EpiSet4NER](https://huggingface.co/datasets/ncats/EpiSet4NER) for epidemiological information from rare disease abstracts. See dataset documentation for details on the weakly supervised teaching methods and dataset biases and limitations. See [EpiExtract4GARD on GitHub](https://github.com/ncats/epi4GARD/tree/master/EpiExtract4GARD#epiextract4gard) for details on the entire pipeline.
|
| 28 |
|