Yeji-Seong commited on
Commit
46746ea
1 Parent(s): 159b376

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.4810
25
  - Precision: 0.0
26
  - Recall: 0.0
27
  - F1: 0.0
28
- - Accuracy: 0.9205
29
 
30
  ## Model description
31
 
@@ -56,16 +56,16 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
59
- | No log | 1.0 | 213 | 0.4806 | 0.0 | 0.0 | 0.0 | 0.9205 |
60
- | No log | 2.0 | 426 | 0.4816 | 0.0 | 0.0 | 0.0 | 0.9205 |
61
- | 0.3161 | 3.0 | 639 | 0.4816 | 0.0 | 0.0 | 0.0 | 0.9205 |
62
- | 0.3161 | 4.0 | 852 | 0.4812 | 0.0 | 0.0 | 0.0 | 0.9205 |
63
- | 0.3152 | 5.0 | 1065 | 0.4808 | 0.0 | 0.0 | 0.0 | 0.9205 |
64
- | 0.3152 | 6.0 | 1278 | 0.4807 | 0.0 | 0.0 | 0.0 | 0.9205 |
65
- | 0.3152 | 7.0 | 1491 | 0.4807 | 0.0 | 0.0 | 0.0 | 0.9205 |
66
- | 0.3167 | 8.0 | 1704 | 0.4808 | 0.0 | 0.0 | 0.0 | 0.9205 |
67
- | 0.3167 | 9.0 | 1917 | 0.4810 | 0.0 | 0.0 | 0.0 | 0.9205 |
68
- | 0.3146 | 10.0 | 2130 | 0.4810 | 0.0 | 0.0 | 0.0 | 0.9205 |
69
 
70
 
71
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.3198
25
  - Precision: 0.0
26
  - Recall: 0.0
27
  - F1: 0.0
28
+ - Accuracy: 0.9213
29
 
30
  ## Model description
31
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
59
+ | No log | 1.0 | 213 | 0.4745 | 0.0 | 0.0 | 0.0 | 0.9205 |
60
+ | No log | 2.0 | 426 | 0.4360 | 0.0 | 0.0 | 0.0 | 0.9205 |
61
+ | 0.8491 | 3.0 | 639 | 0.3983 | 0.0 | 0.0 | 0.0 | 0.9205 |
62
+ | 0.8491 | 4.0 | 852 | 0.3645 | 0.0 | 0.0 | 0.0 | 0.9205 |
63
+ | 0.2454 | 5.0 | 1065 | 0.3428 | 0.0 | 0.0 | 0.0 | 0.9205 |
64
+ | 0.2454 | 6.0 | 1278 | 0.3345 | 0.0 | 0.0 | 0.0 | 0.9208 |
65
+ | 0.2454 | 7.0 | 1491 | 0.3266 | 0.0 | 0.0 | 0.0 | 0.9208 |
66
+ | 0.2139 | 8.0 | 1704 | 0.3227 | 0.0 | 0.0 | 0.0 | 0.9210 |
67
+ | 0.2139 | 9.0 | 1917 | 0.3203 | 0.0 | 0.0 | 0.0 | 0.9212 |
68
+ | 0.2027 | 10.0 | 2130 | 0.3198 | 0.0 | 0.0 | 0.0 | 0.9213 |
69
 
70
 
71
  ### Framework versions