SashaSheykina
commited on
Commit
•
0e08be1
1
Parent(s):
dcff422
Training complete
Browse files
README.md
CHANGED
@@ -19,13 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [Salesforce/codet5-base](https://huggingface.co/Salesforce/codet5-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Rouge1: 0.
|
24 |
-
- Rouge2: 0.
|
25 |
-
- Rougel: 0.
|
26 |
-
- Bleu:
|
27 |
-
- Meteor: 0.
|
28 |
-
- Codebleu: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -44,7 +44,7 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate:
|
48 |
- train_batch_size: 32
|
49 |
- eval_batch_size: 64
|
50 |
- seed: 42
|
@@ -57,11 +57,11 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Bleu | Meteor | Codebleu |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:------:|:--------:|
|
60 |
-
| No log | 1.0 | 4 |
|
61 |
-
| No log | 2.0 | 8 |
|
62 |
-
| No log | 3.0 | 12 |
|
63 |
-
| No log | 4.0 | 16 | 0.
|
64 |
-
| No log | 5.0 | 20 | 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [Salesforce/codet5-base](https://huggingface.co/Salesforce/codet5-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4852
|
23 |
+
- Rouge1: 0.2602
|
24 |
+
- Rouge2: 0.0661
|
25 |
+
- Rougel: 0.2363
|
26 |
+
- Bleu: 11.1005
|
27 |
+
- Meteor: 0.3527
|
28 |
+
- Codebleu: 0.1717
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 5e-05
|
48 |
- train_batch_size: 32
|
49 |
- eval_batch_size: 64
|
50 |
- seed: 42
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Bleu | Meteor | Codebleu |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:------:|:--------:|
|
60 |
+
| No log | 1.0 | 4 | 1.0580 | 0.0867 | 0.0075 | 0.0826 | 0.3778 | 0.0859 | 0.0271 |
|
61 |
+
| No log | 2.0 | 8 | 0.7338 | 0.1628 | 0.0330 | 0.1493 | 1.7546 | 0.2224 | 0.0420 |
|
62 |
+
| No log | 3.0 | 12 | 0.6427 | 0.2150 | 0.0546 | 0.1959 | 3.3997 | 0.2411 | 0.0680 |
|
63 |
+
| No log | 4.0 | 16 | 0.5162 | 0.2598 | 0.0579 | 0.2303 | 5.3818 | 0.2805 | 0.1065 |
|
64 |
+
| No log | 5.0 | 20 | 0.4852 | 0.2578 | 0.0559 | 0.2346 | 6.1221 | 0.2829 | 0.1208 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
runs/Aug03_10-18-21_ad256a0a023e/events.out.tfevents.1722681111.ad256a0a023e.7051.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f54d8bf8755b7ec647148046d32867b48bc00e766d53aeb5b708659503ad0ede
|
3 |
+
size 648
|