Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,18 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: tinyroberta-squad2-finetuned-emrqa-msquad
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +25,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# tinyroberta-squad2-finetuned-emrqa-msquad
|
15 |
|
16 |
-
This model is a fine-tuned version of [deepset/tinyroberta-squad2](https://huggingface.co/deepset/tinyroberta-squad2) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.0435
|
19 |
|
@@ -56,4 +68,4 @@ The following hyperparameters were used during training:
|
|
56 |
- Transformers 4.38.2
|
57 |
- Pytorch 2.1.0+cu121
|
58 |
- Datasets 2.18.0
|
59 |
-
- Tokenizers 0.15.2
|
|
|
6 |
model-index:
|
7 |
- name: tinyroberta-squad2-finetuned-emrqa-msquad
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- Eladio/emrqa-msquad
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
metrics:
|
14 |
+
- exact_match
|
15 |
+
- f1
|
16 |
+
- precision
|
17 |
+
- recall
|
18 |
+
- bleu
|
19 |
+
- rouge
|
20 |
+
pipeline_tag: question-answering
|
21 |
---
|
22 |
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
25 |
|
26 |
# tinyroberta-squad2-finetuned-emrqa-msquad
|
27 |
|
28 |
+
This model is a fine-tuned version of [deepset/tinyroberta-squad2](https://huggingface.co/deepset/tinyroberta-squad2) on medical dataset [Eladio/emrqa-msquad](https://huggingface.co/datasets/Eladio/emrqa-msquad).
|
29 |
It achieves the following results on the evaluation set:
|
30 |
- Loss: 0.0435
|
31 |
|
|
|
68 |
- Transformers 4.38.2
|
69 |
- Pytorch 2.1.0+cu121
|
70 |
- Datasets 2.18.0
|
71 |
+
- Tokenizers 0.15.2
|