End of training
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
4 |
base_model: Salesforce/codet5-small
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: snippet_accessibility_1.0
|
9 |
results: []
|
@@ -18,7 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/wandb/kt-accessibility-codet5/runs/0vdbgidg)
|
19 |
# snippet_accessibility_1.0
|
20 |
|
21 |
-
This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,6 +50,15 @@ The following hyperparameters were used during training:
|
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 3.0
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
### Framework versions
|
49 |
|
50 |
- Transformers 4.51.3
|
|
|
4 |
base_model: Salesforce/codet5-small
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
- name: snippet_accessibility_1.0
|
11 |
results: []
|
|
|
20 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/wandb/kt-accessibility-codet5/runs/0vdbgidg)
|
21 |
# snippet_accessibility_1.0
|
22 |
|
23 |
+
This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on the None dataset.
|
24 |
+
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.0013
|
26 |
+
- Accuracy: 1.0
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
50 |
- lr_scheduler_type: linear
|
51 |
- num_epochs: 3.0
|
52 |
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
57 |
+
| No log | 1.0 | 50 | 0.4501 | 0.88 |
|
58 |
+
| No log | 2.0 | 100 | 0.1274 | 0.88 |
|
59 |
+
| No log | 3.0 | 150 | 0.0013 | 1.0 |
|
60 |
+
|
61 |
+
|
62 |
### Framework versions
|
63 |
|
64 |
- Transformers 4.51.3
|