venetis commited on
Commit
a8ac212
1 Parent(s): a03976f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -17,9 +17,9 @@ 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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4215
21
- - Accuracy: 0.8320
22
- - F1: 0.8301
23
 
24
  ## Model description
25
 
@@ -50,14 +50,14 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.4474 | 1.0 | 191 | 0.4111 | 0.8294 | 0.8271 |
54
- | 0.3401 | 2.0 | 382 | 0.4051 | 0.8333 | 0.8313 |
55
- | 0.2876 | 3.0 | 573 | 0.4215 | 0.8320 | 0.8301 |
56
 
57
 
58
  ### Framework versions
59
 
60
  - Transformers 4.25.1
61
- - Pytorch 1.13.0+cu116
62
  - Datasets 2.8.0
63
  - Tokenizers 0.13.2
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4007
21
+ - Accuracy: 0.8399
22
+ - F1: 0.8384
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.4594 | 1.0 | 191 | 0.4059 | 0.8163 | 0.8164 |
54
+ | 0.3399 | 2.0 | 382 | 0.3905 | 0.8346 | 0.8333 |
55
+ | 0.2859 | 3.0 | 573 | 0.4007 | 0.8399 | 0.8384 |
56
 
57
 
58
  ### Framework versions
59
 
60
  - Transformers 4.25.1
61
+ - Pytorch 1.13.1+cu116
62
  - Datasets 2.8.0
63
  - Tokenizers 0.13.2