learn3r commited on
Commit
57b97d8
1 Parent(s): 74639bd

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 [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.0792
20
- - Accuracy: 0.4965
21
 
22
  ## Model description
23
 
@@ -37,8 +37,8 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 2e-05
40
- - train_batch_size: 2
41
- - eval_batch_size: 2
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
@@ -46,13 +46,13 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
- |:-------------:|:-----:|:------:|:---------------:|:--------:|
51
- | 0.8873 | 1.0 | 20000 | 1.0792 | 0.4965 |
52
- | 0.8178 | 2.0 | 40000 | 1.4091 | 0.4965 |
53
- | 0.7809 | 3.0 | 60000 | 1.4333 | 0.4965 |
54
- | 0.7748 | 4.0 | 80000 | 1.3670 | 0.4965 |
55
- | 0.825 | 5.0 | 100000 | 1.3884 | 0.4965 |
56
 
57
 
58
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.4079
20
+ - Accuracy: 0.933
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 2e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
51
+ | 0.15 | 1.0 | 5000 | 0.3810 | 0.922 |
52
+ | 0.1081 | 2.0 | 10000 | 0.3625 | 0.93 |
53
+ | 0.0529 | 3.0 | 15000 | 0.4607 | 0.9225 |
54
+ | 0.0503 | 4.0 | 20000 | 0.4079 | 0.933 |
55
+ | 0.0291 | 5.0 | 25000 | 0.5082 | 0.931 |
56
 
57
 
58
  ### Framework versions