Aidan Mannion
commited on
Commit
·
6e8bb5e
1
Parent(s):
be1a5ef
Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,6 @@ Experiments on general-domain data suggest that, given it's specialised training
|
|
53 |
### Training Data
|
54 |
|
55 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
56 |
-
|
57 |
- [European Clinical Case Corpus](https://live.european-language-grid.eu/catalogue/corpus/7618)
|
58 |
- [UMLS Metathesaurus](https://www.nlm.nih.gov/research/umls/index.html)
|
59 |
|
@@ -77,14 +76,21 @@ Experiments on general-domain data suggest that, given it's specialised training
|
|
77 |
|
78 |
#### Testing Data
|
79 |
|
80 |
-
|
81 |
-
|
82 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
#### Metrics
|
85 |
|
86 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
87 |
-
|
88 |
[More Information Needed]
|
89 |
|
90 |
### Results
|
|
|
53 |
### Training Data
|
54 |
|
55 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
|
|
56 |
- [European Clinical Case Corpus](https://live.european-language-grid.eu/catalogue/corpus/7618)
|
57 |
- [UMLS Metathesaurus](https://www.nlm.nih.gov/research/umls/index.html)
|
58 |
|
|
|
76 |
|
77 |
#### Testing Data
|
78 |
|
79 |
+
This model was evaluated on the following datasets:
|
80 |
+
- [`ncbi_disease`](https://huggingface.co/datasets/ncbi_disease)
|
81 |
+
- [`J4YL19/biored_tokenized`](https://huggingface.co/datasets/J4YL19/biored_tokenized)
|
82 |
+
- [`tner/bionlp2004`](https://huggingface.co/datasets/tner/bionlp2004)
|
83 |
+
- [`bigbio/pharmaconer`](https://huggingface.co/datasets/bigbio/pharmaconer)
|
84 |
+
- [`bigbio/meddocan`](https://huggingface.co/datasets/bigbio/meddocan)
|
85 |
+
- [CAS-POS](https://huggingface.co/datasets/bigbio/essai)
|
86 |
+
- [ESSAI-POS](https://huggingface.co/datasets/bigbio/essai)
|
87 |
+
- [QUAERO-SG]()
|
88 |
+
- CAS-SG (dataset not publicly available)
|
89 |
+
- [`QUAERO-MEDLINE`](https://quaerofrenchmed.limsi.fr/)
|
90 |
|
91 |
#### Metrics
|
92 |
|
93 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
|
|
94 |
[More Information Needed]
|
95 |
|
96 |
### Results
|