austinmw commited on
Commit
cf74c93
1 Parent(s): 3d92823

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -4,9 +4,26 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - health_fact
 
 
 
7
  model-index:
8
  - name: distilbert-base-uncased-finetuned-health_facts
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +32,10 @@ should probably proofread and complete it, then remove this comment. -->
15
  # distilbert-base-uncased-finetuned-health_facts
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the health_fact dataset.
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +62,14 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 2
43
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.11.3
 
4
  - generated_from_trainer
5
  datasets:
6
  - health_fact
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
  model-index:
11
  - name: distilbert-base-uncased-finetuned-health_facts
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: health_fact
18
+ type: health_fact
19
+ args: default
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.6705107084019769
24
+ - name: F1
25
+ type: f1
26
+ value: 0.6201718138565402
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
  # distilbert-base-uncased-finetuned-health_facts
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: 0.7692
37
+ - Accuracy: 0.6705
38
+ - F1: 0.6202
39
 
40
  ## Model description
41
 
 
62
  - lr_scheduler_type: linear
63
  - num_epochs: 2
64
 
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
+ | 0.8979 | 1.0 | 154 | 0.7750 | 0.6590 | 0.6126 |
70
+ | 0.7806 | 2.0 | 308 | 0.7692 | 0.6705 | 0.6202 |
71
+
72
+
73
  ### Framework versions
74
 
75
  - Transformers 4.11.3