mirfan899 commited on
Commit
5f469bd
1 Parent(s): 1f8be21

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
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.2088
20
- - Accuracy: 0.9337
21
 
22
  ## Model description
23
 
@@ -42,15 +42,22 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 3
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 46 | 0.2516 | 0.9144 |
52
- | No log | 2.0 | 92 | 0.2332 | 0.9199 |
53
- | No log | 3.0 | 138 | 0.2088 | 0.9337 |
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
 
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.2800
20
+ - Accuracy: 0.9448
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 46 | 0.2349 | 0.9254 |
52
+ | No log | 2.0 | 92 | 0.1949 | 0.9309 |
53
+ | No log | 3.0 | 138 | 0.2021 | 0.9227 |
54
+ | No log | 4.0 | 184 | 0.2866 | 0.9365 |
55
+ | No log | 5.0 | 230 | 0.2458 | 0.9392 |
56
+ | No log | 6.0 | 276 | 0.2672 | 0.9503 |
57
+ | No log | 7.0 | 322 | 0.2873 | 0.9448 |
58
+ | No log | 8.0 | 368 | 0.2743 | 0.9420 |
59
+ | No log | 9.0 | 414 | 0.2782 | 0.9420 |
60
+ | No log | 10.0 | 460 | 0.2800 | 0.9448 |
61
 
62
 
63
  ### Framework versions