Shushant Pudasaini
commited on
Commit
路
959a426
1
Parent(s):
337677f
update model card README.md
Browse files
README.md
CHANGED
@@ -3,17 +3,10 @@ license: mit
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
-
|
7 |
model-index:
|
8 |
- name: questionansweringmodel
|
9 |
results: []
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
- gl
|
13 |
-
metrics:
|
14 |
-
- exact_match
|
15 |
-
- f1
|
16 |
-
library_name: transformers
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -21,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
# questionansweringmodel
|
23 |
|
24 |
-
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large).
|
25 |
It achieves the following results on the evaluation set:
|
26 |
-
- Loss:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,14 +41,22 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-----:|:-----:|:---------------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
@@ -63,4 +64,4 @@ The following hyperparameters were used during training:
|
|
63 |
- Transformers 4.26.0
|
64 |
- Pytorch 1.11.0+cu113
|
65 |
- Datasets 2.9.0
|
66 |
-
- Tokenizers 0.13.2
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- squad
|
7 |
model-index:
|
8 |
- name: questionansweringmodel
|
9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
# questionansweringmodel
|
16 |
|
17 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on the squad dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.9365
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 10
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 0.7398 | 1.0 | 5520 | 0.7216 |
|
51 |
+
| 0.5263 | 2.0 | 11040 | 0.7513 |
|
52 |
+
| 0.3828 | 3.0 | 16560 | 0.8821 |
|
53 |
+
| 0.2411 | 4.0 | 22080 | 1.0024 |
|
54 |
+
| 0.1549 | 5.0 | 27600 | 1.3959 |
|
55 |
+
| 0.0996 | 6.0 | 33120 | 1.7559 |
|
56 |
+
| 0.0594 | 7.0 | 38640 | 2.0031 |
|
57 |
+
| 0.0393 | 8.0 | 44160 | 2.3654 |
|
58 |
+
| 0.0326 | 9.0 | 49680 | 2.7383 |
|
59 |
+
| 0.0162 | 10.0 | 55200 | 2.9365 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
64 |
- Transformers 4.26.0
|
65 |
- Pytorch 1.11.0+cu113
|
66 |
- Datasets 2.9.0
|
67 |
+
- Tokenizers 0.13.2
|