update model card README.md
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ model-index:
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the health_fact dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 1.
|
37 |
-
- Accuracy: 0.
|
38 |
-
- F1: 0.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -60,17 +60,16 @@ The following hyperparameters were used during training:
|
|
60 |
- seed: 42
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
-
- num_epochs:
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
69 |
-
| 1.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.7129 | 5.0 | 770 | 1.0647 | 0.5980 | 0.6356 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.5617792421746294
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
+
value: 0.6021353784442518
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the health_fact dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 1.1172
|
37 |
+
- Accuracy: 0.5618
|
38 |
+
- F1: 0.6021
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
60 |
- seed: 42
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
+
- num_epochs: 10
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
69 |
+
| 1.1497 | 1.0 | 154 | 0.9639 | 0.5404 | 0.5887 |
|
70 |
+
| 0.9639 | 2.0 | 308 | 0.9332 | 0.5692 | 0.6130 |
|
71 |
+
| 0.841 | 3.0 | 462 | 0.9520 | 0.5544 | 0.6047 |
|
72 |
+
| 0.734 | 4.0 | 616 | 1.1172 | 0.5618 | 0.6021 |
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|