ireneisdoomed commited on
Commit
a9bc8e1
·
1 Parent(s): 0cf0ef7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.6540
18
- - Accuracy Thresh: 0.6235
19
 
20
  ## Model description
21
 
@@ -46,12 +46,12 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
48
  |:-------------:|:-----:|:----:|:---------------:|:---------------:|
49
- | No log | 1.0 | 1 | 0.6540 | 0.6235 |
50
 
51
 
52
  ### Framework versions
53
 
54
- - Transformers 4.21.3
55
- - Pytorch 1.12.1
56
- - Datasets 2.7.1
57
- - Tokenizers 0.12.1
 
14
 
15
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.6312
18
+ - Accuracy Thresh: 0.7843
19
 
20
  ## Model description
21
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
48
  |:-------------:|:-----:|:----:|:---------------:|:---------------:|
49
+ | No log | 1.0 | 6 | 0.6312 | 0.7843 |
50
 
51
 
52
  ### Framework versions
53
 
54
+ - Transformers 4.26.0
55
+ - Pytorch 1.12.1+cu102
56
+ - Datasets 2.9.0
57
+ - Tokenizers 0.13.2