haonan-li commited on
Commit
ddd6ca0
·
1 Parent(s): 5ff5cee

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.1916
24
- - Accuracy: 0.94
25
- - Precision: 0.908
26
- - Recall: 0.889
27
- - F1: 0.895
28
 
29
  ## Model description
30
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-----:|
58
- | No log | 1.0 | 89 | 0.3858 | 0.87 | 0.869 | 0.762 | 0.786 |
59
- | No log | 2.0 | 178 | 0.2568 | 0.922 | 0.916 | 0.839 | 0.863 |
60
- | No log | 3.0 | 267 | 0.1916 | 0.94 | 0.908 | 0.889 | 0.895 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1911
24
+ - Accuracy: 0.938
25
+ - Precision: 0.892
26
+ - Recall: 0.89
27
+ - F1: 0.889
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-----:|
58
+ | No log | 1.0 | 89 | 0.3664 | 0.872 | 0.773 | 0.662 | 0.672 |
59
+ | No log | 2.0 | 178 | 0.2458 | 0.914 | 0.872 | 0.821 | 0.844 |
60
+ | No log | 3.0 | 267 | 0.1911 | 0.938 | 0.892 | 0.89 | 0.889 |
61
 
62
 
63
  ### Framework versions