mirfan899 commited on
Commit
06dff3d
1 Parent(s): 3ffdb76

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [Maltehb/danish-bert-botxo](https://huggingface.co/Maltehb/danish-bert-botxo) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3290
20
- - Accuracy: 0.8802
21
 
22
  ## Model description
23
 
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 66 | 0.6246 | 0.7852 |
52
- | 0.6993 | 2.0 | 132 | 0.3932 | 0.8460 |
53
- | 0.6993 | 3.0 | 198 | 0.3462 | 0.8631 |
54
- | 0.318 | 4.0 | 264 | 0.3279 | 0.8745 |
55
- | 0.318 | 5.0 | 330 | 0.3290 | 0.8802 |
56
 
57
 
58
  ### Framework versions
59
 
60
- - Transformers 4.26.0
61
- - Pytorch 1.13.1+cu116
62
- - Datasets 2.9.0
63
- - Tokenizers 0.13.2
 
16
 
17
  This model is a fine-tuned version of [Maltehb/danish-bert-botxo](https://huggingface.co/Maltehb/danish-bert-botxo) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.6686
20
+ - Accuracy: 0.7583
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 42 | 0.7139 | 0.7644 |
52
+ | No log | 2.0 | 84 | 0.6871 | 0.7613 |
53
+ | No log | 3.0 | 126 | 0.6712 | 0.7613 |
54
+ | 0.745 | 4.0 | 168 | 0.6700 | 0.7583 |
55
+ | 0.745 | 5.0 | 210 | 0.6686 | 0.7583 |
56
 
57
 
58
  ### Framework versions
59
 
60
+ - Transformers 4.28.1
61
+ - Pytorch 2.0.0+cu118
62
+ - Datasets 2.11.0
63
+ - Tokenizers 0.13.3