bobbyw commited on
Commit
7ca4682
·
verified ·
1 Parent(s): ce7f728

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [bobbyw/deberta-v3-large_v3_no_entities_with_context](https://huggingface.co/bobbyw/deberta-v3-large_v3_no_entities_with_context) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0268
24
  - Accuracy: 0.0048
25
  - F1: 0.0095
26
  - Precision: 0.0048
@@ -44,7 +44,7 @@ More information needed
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
- - learning_rate: 1e-05
48
  - train_batch_size: 3
49
  - eval_batch_size: 3
50
  - seed: 42
@@ -56,10 +56,10 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Rate |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:------:|
59
- | 0.0268 | 1.0 | 686 | 0.0268 | 0.0048 | 0.0095 | 0.0048 | 1.0 | 0.0000 |
60
- | 0.0276 | 2.0 | 1372 | 0.0269 | 0.0048 | 0.0095 | 0.0048 | 1.0 | 5e-06 |
61
- | 0.0271 | 3.0 | 2058 | 0.0268 | 0.0048 | 0.0095 | 0.0048 | 1.0 | 0.0000 |
62
- | 0.0261 | 4.0 | 2744 | 0.0268 | 0.0048 | 0.0095 | 0.0048 | 1.0 | 0.0 |
63
 
64
 
65
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bobbyw/deberta-v3-large_v3_no_entities_with_context](https://huggingface.co/bobbyw/deberta-v3-large_v3_no_entities_with_context) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0269
24
  - Accuracy: 0.0048
25
  - F1: 0.0095
26
  - Precision: 0.0048
 
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
+ - learning_rate: 5e-06
48
  - train_batch_size: 3
49
  - eval_batch_size: 3
50
  - seed: 42
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Rate |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:------:|
59
+ | 0.0264 | 1.0 | 686 | 0.0268 | 0.0048 | 0.0095 | 0.0048 | 1.0 | 0.0000 |
60
+ | 0.0274 | 2.0 | 1372 | 0.0269 | 0.0048 | 0.0095 | 0.0048 | 1.0 | 0.0000 |
61
+ | 0.027 | 3.0 | 2058 | 0.0269 | 0.0048 | 0.0095 | 0.0048 | 1.0 | 0.0000 |
62
+ | 0.0261 | 4.0 | 2744 | 0.0269 | 0.0048 | 0.0095 | 0.0048 | 1.0 | 0.0 |
63
 
64
 
65
  ### Framework versions