Thomas Lemberger
commited on
Commit
•
10b1efd
1
Parent(s):
a57020c
link to dataset
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
- token classification
|
7 |
license:
|
8 |
datasets:
|
9 |
-
- EMBO/sd-
|
10 |
metrics:
|
11 |
-
|
12 |
---
|
@@ -15,7 +15,7 @@ metrics:
|
|
15 |
|
16 |
## Model description
|
17 |
|
18 |
-
This model is a [RoBERTa base model](https://huggingface.co/roberta-base) that was further trained using a masked language modeling task on a compendium of english scientific textual examples from the life sciences using the [BioLang dataset](https://huggingface.co/datasets/EMBO/biolang)
|
19 |
|
20 |
|
21 |
## Intended uses & limitations
|
@@ -43,7 +43,7 @@ The model must be used with the `roberta-base` tokenizer.
|
|
43 |
|
44 |
## Training data
|
45 |
|
46 |
-
The model was trained for token classification using the [EMBO/sd-
|
47 |
|
48 |
## Training procedure
|
49 |
|
|
|
6 |
- token classification
|
7 |
license:
|
8 |
datasets:
|
9 |
+
- EMBO/sd-nlp
|
10 |
metrics:
|
11 |
-
|
12 |
---
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
18 |
+
This model is a [RoBERTa base model](https://huggingface.co/roberta-base) that was further trained using a masked language modeling task on a compendium of english scientific textual examples from the life sciences using the [BioLang dataset](https://huggingface.co/datasets/EMBO/biolang). It was then fine-tuned for token classification on the SourceData [sd-nlp](https://huggingface.co/datasets/EMBO/sd-nlp) dataset wit the `NER` task to perform Named Entity Recognition of bioentities.
|
19 |
|
20 |
|
21 |
## Intended uses & limitations
|
|
|
43 |
|
44 |
## Training data
|
45 |
|
46 |
+
The model was trained for token classification using the [EMBO/sd-nlp `NER`](https://huggingface.co/datasets/EMBO/sd-nlp) dataset wich includes manually annotated examples.
|
47 |
|
48 |
## Training procedure
|
49 |
|