Wenkai Li
commited on
Commit
•
452c427
1
Parent(s):
d931d67
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: distilbert-base-uncased-finetuned-wikiandmark_epoch20
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# distilbert-base-uncased-finetuned-wikiandmark_epoch20
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0561
|
20 |
+
- Accuracy: 0.9944
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 2e-05
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 32
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 20
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
+
| 0.0224 | 1.0 | 1859 | 0.0277 | 0.9919 |
|
52 |
+
| 0.0103 | 2.0 | 3718 | 0.0298 | 0.9925 |
|
53 |
+
| 0.0047 | 3.0 | 5577 | 0.0429 | 0.9924 |
|
54 |
+
| 0.0038 | 4.0 | 7436 | 0.0569 | 0.9922 |
|
55 |
+
| 0.0019 | 5.0 | 9295 | 0.0554 | 0.9936 |
|
56 |
+
| 0.0028 | 6.0 | 11154 | 0.0575 | 0.9928 |
|
57 |
+
| 0.002 | 7.0 | 13013 | 0.0544 | 0.9926 |
|
58 |
+
| 0.0017 | 8.0 | 14872 | 0.0553 | 0.9935 |
|
59 |
+
| 0.001 | 9.0 | 16731 | 0.0498 | 0.9924 |
|
60 |
+
| 0.0001 | 10.0 | 18590 | 0.0398 | 0.9934 |
|
61 |
+
| 0.0 | 11.0 | 20449 | 0.0617 | 0.9935 |
|
62 |
+
| 0.0002 | 12.0 | 22308 | 0.0561 | 0.9944 |
|
63 |
+
| 0.0002 | 13.0 | 24167 | 0.0755 | 0.9934 |
|
64 |
+
| 0.0 | 14.0 | 26026 | 0.0592 | 0.9941 |
|
65 |
+
| 0.0 | 15.0 | 27885 | 0.0572 | 0.9939 |
|
66 |
+
| 0.0 | 16.0 | 29744 | 0.0563 | 0.9941 |
|
67 |
+
| 0.0 | 17.0 | 31603 | 0.0587 | 0.9936 |
|
68 |
+
| 0.0005 | 18.0 | 33462 | 0.0673 | 0.9937 |
|
69 |
+
| 0.0 | 19.0 | 35321 | 0.0651 | 0.9933 |
|
70 |
+
| 0.0 | 20.0 | 37180 | 0.0683 | 0.9936 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- Transformers 4.20.1
|
76 |
+
- Pytorch 1.12.0+cu113
|
77 |
+
- Datasets 2.3.2
|
78 |
+
- Tokenizers 0.12.1
|