tyayoi commited on
Commit
8da01e6
1 Parent(s): 0bc44c1

Training completed!

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2176
22
- - Accuracy: 0.924
23
- - F1: 0.9238
24
 
25
  ## Model description
26
 
@@ -51,13 +51,13 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
- | 0.8552 | 1.0 | 250 | 0.3252 | 0.904 | 0.9022 |
55
- | 0.2518 | 2.0 | 500 | 0.2176 | 0.924 | 0.9238 |
56
 
57
 
58
  ### Framework versions
59
 
60
- - Transformers 4.31.0
61
  - Pytorch 2.0.1+cu118
62
  - Datasets 1.16.1
63
  - Tokenizers 0.13.3
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2136
22
+ - Accuracy: 0.925
23
+ - F1: 0.9250
24
 
25
  ## Model description
26
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | 0.8246 | 1.0 | 250 | 0.3131 | 0.9075 | 0.9068 |
55
+ | 0.2531 | 2.0 | 500 | 0.2136 | 0.925 | 0.9250 |
56
 
57
 
58
  ### Framework versions
59
 
60
+ - Transformers 4.32.0
61
  - Pytorch 2.0.1+cu118
62
  - Datasets 1.16.1
63
  - Tokenizers 0.13.3