austinmw commited on
Commit
ac9b2d2
1 Parent(s): baaa63e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -20,10 +20,10 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.5980230642504119
24
  - name: F1
25
  type: f1
26
- value: 0.6356173177675238
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.0647
37
- - Accuracy: 0.5980
38
- - F1: 0.6356
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: 5
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 1.1717 | 1.0 | 154 | 0.9538 | 0.5453 | 0.5949 |
70
- | 0.9558 | 2.0 | 308 | 0.9300 | 0.5807 | 0.6237 |
71
- | 0.8609 | 3.0 | 462 | 0.9340 | 0.5758 | 0.6221 |
72
- | 0.7856 | 4.0 | 616 | 1.0276 | 0.5890 | 0.6270 |
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