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 |
|
@@ -66,10 +66,11 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
69 |
-
| 1.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.628500823723229
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
+
value: 0.6544946803476833
|
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.1227
|
37 |
+
- Accuracy: 0.6285
|
38 |
+
- F1: 0.6545
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
69 |
+
| 1.1367 | 1.0 | 154 | 0.9423 | 0.5560 | 0.6060 |
|
70 |
+
| 0.9444 | 2.0 | 308 | 0.9267 | 0.5733 | 0.6170 |
|
71 |
+
| 0.8248 | 3.0 | 462 | 0.9483 | 0.5832 | 0.6256 |
|
72 |
+
| 0.7213 | 4.0 | 616 | 1.0119 | 0.5815 | 0.6219 |
|
73 |
+
| 0.608 | 5.0 | 770 | 1.1227 | 0.6285 | 0.6545 |
|
74 |
|
75 |
|
76 |
### Framework versions
|