SashaSheykina
commited on
Commit
•
17a3f00
1
Parent(s):
8cc5812
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 |
|
@@ -45,14 +45,14 @@ More information needed
|
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
- learning_rate: 5e-05
|
48 |
-
- train_batch_size:
|
49 |
-
- eval_batch_size:
|
50 |
- seed: 42
|
51 |
-
- gradient_accumulation_steps:
|
52 |
-
- total_train_batch_size:
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
-
- num_epochs:
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
|
|
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.2969
|
23 |
+
- Rouge1: 0.5412
|
24 |
+
- Rouge2: 0.3606
|
25 |
+
- Rougel: 0.5202
|
26 |
+
- Bleu: 20.5506
|
27 |
+
- Meteor: 0.5161
|
28 |
+
- Codebleu: 0.2608
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
- learning_rate: 5e-05
|
48 |
+
- train_batch_size: 6
|
49 |
+
- eval_batch_size: 12
|
50 |
- seed: 42
|
51 |
+
- gradient_accumulation_steps: 2
|
52 |
+
- total_train_batch_size: 12
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
+
- num_epochs: 2
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
runs/Aug05_05-56-35_cb69df8c9ea7/events.out.tfevents.1722837396.cb69df8c9ea7.4878.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e3811ea00d54eac6576e986e813b4400ff347861d5dd623df673645f0caef19
|
3 |
+
size 6590
|
runs/Aug05_05-56-35_cb69df8c9ea7/events.out.tfevents.1722840599.cb69df8c9ea7.4878.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7365cc19c3589e5aa447312beae86b4deba72e8622cd872a7e762baa79dcd7bc
|
3 |
+
size 659
|