victorlee071200
commited on
Commit
路
12bea89
1
Parent(s):
8f4d15b
update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: distilbert-base-uncased-finetuned-squad
|
7 |
results: []
|
@@ -12,7 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# distilbert-base-uncased-finetuned-squad
|
14 |
|
15 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -39,6 +43,15 @@ The following hyperparameters were used during training:
|
|
39 |
- lr_scheduler_type: linear
|
40 |
- num_epochs: 3
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Framework versions
|
43 |
|
44 |
- Transformers 4.19.2
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- squad
|
7 |
model-index:
|
8 |
- name: distilbert-base-uncased-finetuned-squad
|
9 |
results: []
|
|
|
14 |
|
15 |
# distilbert-base-uncased-finetuned-squad
|
16 |
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.1458
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 3
|
45 |
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 1.2145 | 1.0 | 5533 | 1.1624 |
|
51 |
+
| 0.9531 | 2.0 | 11066 | 1.1257 |
|
52 |
+
| 0.7566 | 3.0 | 16599 | 1.1458 |
|
53 |
+
|
54 |
+
|
55 |
### Framework versions
|
56 |
|
57 |
- Transformers 4.19.2
|