JasperLS commited on
Commit
17519ad
1 Parent(s): 3f618a0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -16,7 +16,7 @@ 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: 0.0618
20
  - Accuracy: 0.9828
21
 
22
  ## Model description
@@ -36,7 +36,7 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 5e-05
40
  - train_batch_size: 8
41
  - eval_batch_size: 8
42
  - seed: 42
@@ -48,8 +48,8 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 69 | 0.0782 | 0.9828 |
52
- | No log | 2.0 | 138 | 0.0618 | 0.9828 |
53
 
54
 
55
  ### 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.0690
20
  - Accuracy: 0.9828
21
 
22
  ## Model description
 
36
  ### Training hyperparameters
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
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 69 | 0.1953 | 0.9655 |
52
+ | No log | 2.0 | 138 | 0.0690 | 0.9828 |
53
 
54
 
55
  ### Framework versions