Model save
Browse files
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.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1 Score: 0.
|
28 |
-
- F2 Score: 0.
|
29 |
-
- Gmean: 0.
|
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.
|
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
|