austinmw commited on
Commit
aba6544
1 Parent(s): be8f8c9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -20,10 +20,10 @@ model-index:
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,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.1172
37
- - Accuracy: 0.5618
38
- - F1: 0.6021
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.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
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