ViktorDo commited on
Commit
86e92dd
1 Parent(s): 22f6b1c

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: microsoft/deberta-v3-small
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # DeBERTa-finetuned-ner-S800
20
 
21
- This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0636
24
- - Precision: 0.6312
25
- - Recall: 0.7311
26
- - F1: 0.6775
27
- - Accuracy: 0.9769
28
 
29
  ## Model description
30
 
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 55 | 0.0843 | 0.4846 | 0.5294 | 0.5060 | 0.9683 |
59
- | No log | 2.0 | 110 | 0.0697 | 0.5695 | 0.7115 | 0.6326 | 0.9729 |
60
- | No log | 3.0 | 165 | 0.0652 | 0.6099 | 0.7423 | 0.6696 | 0.9754 |
61
- | No log | 4.0 | 220 | 0.0636 | 0.6445 | 0.7185 | 0.6795 | 0.9772 |
62
- | No log | 5.0 | 275 | 0.0636 | 0.6312 | 0.7311 | 0.6775 | 0.9769 |
63
 
64
 
65
  ### Framework versions
 
1
  ---
2
  license: mit
3
+ base_model: microsoft/deberta-v3-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
18
 
19
  # DeBERTa-finetuned-ner-S800
20
 
21
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0681
24
+ - Precision: 0.6874
25
+ - Recall: 0.7731
26
+ - F1: 0.7278
27
+ - Accuracy: 0.9771
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 55 | 0.0748 | 0.5784 | 0.6457 | 0.6102 | 0.9699 |
59
+ | No log | 2.0 | 110 | 0.0709 | 0.6174 | 0.7773 | 0.6882 | 0.9750 |
60
+ | No log | 3.0 | 165 | 0.0670 | 0.6460 | 0.7899 | 0.7108 | 0.9758 |
61
+ | No log | 4.0 | 220 | 0.0628 | 0.6966 | 0.7717 | 0.7322 | 0.9775 |
62
+ | No log | 5.0 | 275 | 0.0681 | 0.6874 | 0.7731 | 0.7278 | 0.9771 |
63
 
64
 
65
  ### Framework versions