keithhon commited on
Commit
26e5d3e
1 Parent(s): b450ae5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -17,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6982
21
- - F1: 0.25
22
- - Roc Auc: 0.5
23
- - Accuracy: 0.1667
24
 
25
  ## Model description
26
 
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
53
- |:-------------:|:-----:|:----:|:---------------:|:----:|:-------:|:--------:|
54
- | No log | 1.0 | 6 | 0.6982 | 0.25 | 0.5 | 0.1667 |
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6637
21
+ - F1: 0.5
22
+ - Roc Auc: 0.6667
23
+ - Accuracy: 0.3333
24
 
25
  ## Model description
26
 
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
54
+ | No log | 1.0 | 6 | 0.6637 | 0.5 | 0.6667 | 0.3333 |
55
 
56
 
57
  ### Framework versions