JeffreyHuang commited on
Commit
adbaff1
·
1 Parent(s): d8f3d7c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Accuracy: 0.8288
20
- - Loss: 0.6070
21
 
22
  ## Model description
23
 
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 30
46
 
47
  ### Training results
48
 
@@ -78,6 +78,16 @@ The following hyperparameters were used during training:
78
  | 1.6823 | 28.0 | 924 | 0.8132 | 0.6141 |
79
  | 1.6823 | 29.0 | 957 | 0.8288 | 0.6207 |
80
  | 1.6823 | 30.0 | 990 | 0.8288 | 0.6070 |
 
 
 
 
 
 
 
 
 
 
81
 
82
 
83
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.4531
20
+ - Accuracy: 0.8794
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 40
46
 
47
  ### Training results
48
 
 
78
  | 1.6823 | 28.0 | 924 | 0.8132 | 0.6141 |
79
  | 1.6823 | 29.0 | 957 | 0.8288 | 0.6207 |
80
  | 1.6823 | 30.0 | 990 | 0.8288 | 0.6070 |
81
+ | 0.8033 | 31.0 | 1023 | 0.5843 | 0.8288 |
82
+ | 0.8033 | 32.0 | 1056 | 0.5616 | 0.8521 |
83
+ | 0.8033 | 33.0 | 1089 | 0.5372 | 0.8482 |
84
+ | 0.8033 | 34.0 | 1122 | 0.5264 | 0.8482 |
85
+ | 0.8033 | 35.0 | 1155 | 0.4922 | 0.8599 |
86
+ | 0.8033 | 36.0 | 1188 | 0.4755 | 0.8716 |
87
+ | 0.8033 | 37.0 | 1221 | 0.4738 | 0.8755 |
88
+ | 0.8033 | 38.0 | 1254 | 0.4590 | 0.8794 |
89
+ | 0.8033 | 39.0 | 1287 | 0.4544 | 0.8833 |
90
+ | 0.8033 | 40.0 | 1320 | 0.4531 | 0.8794 |
91
 
92
 
93
  ### Framework versions