Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: FYP_sq2_mrqa
|
8 |
results: []
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# FYP_sq2_mrqa
|
15 |
|
16 |
-
This model is a fine-tuned version of [deepset/deberta-v3-base-squad2](https://huggingface.co/deepset/deberta-v3-base-squad2) on
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -50,4 +52,4 @@ The following hyperparameters were used during training:
|
|
50 |
- Transformers 4.39.1
|
51 |
- Pytorch 2.2.1+cu121
|
52 |
- Datasets 2.18.0
|
53 |
-
- Tokenizers 0.15.2
|
|
|
6 |
model-index:
|
7 |
- name: FYP_sq2_mrqa
|
8 |
results: []
|
9 |
+
language:
|
10 |
+
- en
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# FYP_sq2_mrqa
|
17 |
|
18 |
+
This model is a fine-tuned version of [deepset/deberta-v3-base-squad2](https://huggingface.co/deepset/deberta-v3-base-squad2) on MRQA dataset.
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
52 |
- Transformers 4.39.1
|
53 |
- Pytorch 2.2.1+cu121
|
54 |
- Datasets 2.18.0
|
55 |
+
- Tokenizers 0.15.2
|