itserphan commited on
Commit
aa3c61b
·
verified ·
1 Parent(s): 2b6583f

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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.0491
25
- - Accuracy: 0.9919
26
- - Precision: 0.9930
27
  - Recall: 0.9463
28
- - F1: 0.9691
29
 
30
  ## Model description
31
 
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
59
- | No log | 1.0 | 279 | 0.0433 | 0.9901 | 0.9859 | 0.9396 | 0.9622 |
60
- | 0.0558 | 2.0 | 558 | 0.0469 | 0.9928 | 0.9930 | 0.9530 | 0.9726 |
61
- | 0.0558 | 3.0 | 837 | 0.0491 | 0.9919 | 0.9930 | 0.9463 | 0.9691 |
62
 
63
 
64
  ### 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.0481
25
+ - Accuracy: 0.9910
26
+ - Precision: 0.9860
27
  - Recall: 0.9463
28
+ - F1: 0.9658
29
 
30
  ## Model description
31
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
59
+ | No log | 1.0 | 279 | 0.0446 | 0.9883 | 0.9658 | 0.9463 | 0.9559 |
60
+ | 0.0571 | 2.0 | 558 | 0.0470 | 0.9919 | 0.9930 | 0.9463 | 0.9691 |
61
+ | 0.0571 | 3.0 | 837 | 0.0481 | 0.9910 | 0.9860 | 0.9463 | 0.9658 |
62
 
63
 
64
  ### Framework versions