danield12 commited on
Commit
c470397
·
verified ·
1 Parent(s): 84df47f

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -20,13 +20,13 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.6104
24
- - Accuracy: 0.7250
25
- - Precision: 0.1152
26
- - Recall: 0.7658
27
- - F1 Score: 0.2002
28
- - F2 Score: 0.3596
29
- - Gmean: 0.7441
30
 
31
  ## Model description
32
 
@@ -57,7 +57,7 @@ The following hyperparameters were used during training:
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score | F2 Score | Gmean |
59
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|:--------:|:------:|
60
- | 0.3775 | 1.0 | 197 | 0.6104 | 0.7250 | 0.1152 | 0.7658 | 0.2002 | 0.3596 | 0.7441 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.7115
24
+ - Accuracy: 0.6047
25
+ - Precision: 0.0756
26
+ - Recall: 0.6937
27
+ - F1 Score: 0.1363
28
+ - F2 Score: 0.2632
29
+ - Gmean: 0.6454
30
 
31
  ## Model description
32
 
 
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score | F2 Score | Gmean |
59
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|:--------:|:------:|
60
+ | 0.7874 | 1.0 | 197 | 0.7115 | 0.6047 | 0.0756 | 0.6937 | 0.1363 | 0.2632 | 0.6454 |
61
 
62
 
63
  ### Framework versions