SashaSheykina
commited on
Commit
•
d5bbc5e
1
Parent(s):
4405d23
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:
|
23 |
-
- Rouge1: 0.
|
24 |
-
- Rouge2: 0.
|
25 |
-
- Rougel: 0.
|
26 |
-
- Bleu:
|
27 |
-
- Meteor: 0.
|
28 |
-
- Codebleu: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -45,23 +45,18 @@ 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 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
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
|
|
|
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: 1.5269
|
23 |
+
- Rouge1: 0.0766
|
24 |
+
- Rouge2: 0.0063
|
25 |
+
- Rougel: 0.0754
|
26 |
+
- Bleu: 0.5609
|
27 |
+
- Meteor: 0.0567
|
28 |
+
- Codebleu: 0.0324
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
- learning_rate: 5e-05
|
48 |
+
- train_batch_size: 2
|
49 |
+
- eval_batch_size: 2
|
50 |
- seed: 42
|
51 |
+
- gradient_accumulation_steps: 16
|
52 |
+
- total_train_batch_size: 32
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
+
- num_epochs: 1
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
runs/Aug03_20-06-07_fd8cf9d3bae9/events.out.tfevents.1722716229.fd8cf9d3bae9.2757.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f297743a034e9d88d328089c090f6a3648f5ce91d8fd9aa392107cc7c9d21f89
|
3 |
+
size 648
|