natalierobbins commited on
Commit
e3f3b1b
·
1 Parent(s): c48a7f8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.1528
23
- - Accuracy: 0.9534
24
  - F1: 0.9523
25
- - Precision: 0.9575
26
- - Recall: 0.9534
27
 
28
  ## Model description
29
 
@@ -54,7 +54,7 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
57
- | 0.1897 | 1.0 | 1744 | 0.1528 | 0.9534 | 0.9523 | 0.9575 | 0.9534 |
58
 
59
 
60
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.1521
23
+ - Accuracy: 0.9530
24
  - F1: 0.9523
25
+ - Precision: 0.9576
26
+ - Recall: 0.9530
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
57
+ | 0.1882 | 1.0 | 1744 | 0.1521 | 0.9530 | 0.9523 | 0.9576 | 0.9530 |
58
 
59
 
60
  ### Framework versions