mirfan899 commited on
Commit
02eeed4
1 Parent(s): 0169aec

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -15
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: cc-by-4.0
3
  tags:
4
  - generated_from_trainer
5
  metrics:
@@ -14,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # da-sentiment
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.4775
20
- - Accuracy: 0.8953
21
 
22
  ## Model description
23
 
@@ -36,7 +35,7 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 3e-05
40
  - train_batch_size: 32
41
  - eval_batch_size: 32
42
  - seed: 42
@@ -48,16 +47,16 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 67 | 0.3141 | 0.8860 |
52
- | No log | 2.0 | 134 | 0.2740 | 0.9028 |
53
- | No log | 3.0 | 201 | 0.3657 | 0.8879 |
54
- | No log | 4.0 | 268 | 0.3695 | 0.8897 |
55
- | No log | 5.0 | 335 | 0.3790 | 0.9084 |
56
- | No log | 6.0 | 402 | 0.4559 | 0.8897 |
57
- | No log | 7.0 | 469 | 0.4622 | 0.8935 |
58
- | 0.159 | 8.0 | 536 | 0.4491 | 0.8991 |
59
- | 0.159 | 9.0 | 603 | 0.4880 | 0.8916 |
60
- | 0.159 | 10.0 | 670 | 0.4775 | 0.8953 |
61
 
62
 
63
  ### Framework versions
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  metrics:
 
13
 
14
  # da-sentiment
15
 
16
+ This model was trained from scratch on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.2350
19
+ - Accuracy: 0.9308
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
39
  - train_batch_size: 32
40
  - eval_batch_size: 32
41
  - seed: 42
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 1.0 | 67 | 0.1916 | 0.9271 |
51
+ | 0.2043 | 2.0 | 134 | 0.1966 | 0.9290 |
52
+ | 0.2043 | 3.0 | 201 | 0.2103 | 0.9252 |
53
+ | 0.1106 | 4.0 | 268 | 0.2124 | 0.9308 |
54
+ | 0.1106 | 5.0 | 335 | 0.2114 | 0.9290 |
55
+ | 0.0694 | 6.0 | 402 | 0.2184 | 0.9271 |
56
+ | 0.0694 | 7.0 | 469 | 0.2300 | 0.9327 |
57
+ | 0.0391 | 8.0 | 536 | 0.2332 | 0.9252 |
58
+ | 0.0391 | 9.0 | 603 | 0.2351 | 0.9308 |
59
+ | 0.0392 | 10.0 | 670 | 0.2350 | 0.9308 |
60
 
61
 
62
  ### Framework versions