update model card README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: distilbert_multiple_choice
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# distilbert_multiple_choice
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,10 +43,22 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
|
43 |
### Training results
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
### Framework versions
|
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: distilbert_multiple_choice
|
10 |
results: []
|
|
|
16 |
# distilbert_multiple_choice
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.3817
|
21 |
+
- Accuracy: 0.55
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 100
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 1.4774 | 1.0 | 3207 | 1.3041 | 0.46 |
|
53 |
+
| 1.3316 | 2.0 | 6414 | 1.2338 | 0.5 |
|
54 |
+
| 1.2152 | 3.0 | 9621 | 1.1776 | 0.54 |
|
55 |
+
| 1.0913 | 4.0 | 12828 | 1.1776 | 0.555 |
|
56 |
+
| 0.9688 | 5.0 | 16035 | 1.1628 | 0.535 |
|
57 |
+
| 0.8511 | 6.0 | 19242 | 1.1800 | 0.545 |
|
58 |
+
| 0.7474 | 7.0 | 22449 | 1.2173 | 0.52 |
|
59 |
+
| 0.6581 | 8.0 | 25656 | 1.2490 | 0.555 |
|
60 |
+
| 0.577 | 9.0 | 28863 | 1.3253 | 0.555 |
|
61 |
+
| 0.5052 | 10.0 | 32070 | 1.3817 | 0.55 |
|
62 |
|
63 |
|
64 |
### Framework versions
|