pglee commited on
Commit
266bc7c
·
1 Parent(s): e1362fb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0708
23
- - Accuracy: 0.8869
24
- - F1: 0.0
25
- - Precision: 0.0
26
- - Recall: 0.0
27
 
28
  ## Model description
29
 
@@ -54,12 +54,12 @@ The following hyperparameters were used during training:
54
 
55
  ### Training results
56
 
57
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|:---------:|:------:|
59
- | No log | 1.0 | 6 | 0.0871 | 0.8869 | 0.0 | 0.0 | 0.0 |
60
- | No log | 2.0 | 12 | 0.0744 | 0.8869 | 0.0 | 0.0 | 0.0 |
61
- | No log | 3.0 | 18 | 0.0714 | 0.8869 | 0.0 | 0.0 | 0.0 |
62
- | No log | 4.0 | 24 | 0.0708 | 0.8869 | 0.0 | 0.0 | 0.0 |
63
 
64
 
65
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0684
23
+ - Accuracy: 0.875
24
+ - F1: 0.0455
25
+ - Precision: 1.0
26
+ - Recall: 0.0233
27
 
28
  ## Model description
29
 
 
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | No log | 1.0 | 6 | 0.0888 | 0.8720 | 0.0 | 0.0 | 0.0 |
60
+ | No log | 2.0 | 12 | 0.0700 | 0.8720 | 0.0 | 0.0 | 0.0 |
61
+ | No log | 3.0 | 18 | 0.0713 | 0.8720 | 0.0851 | 0.5 | 0.0465 |
62
+ | No log | 4.0 | 24 | 0.0684 | 0.875 | 0.0455 | 1.0 | 0.0233 |
63
 
64
 
65
  ### Framework versions