Model save
Browse files- README.md +61 -0
- generation_config.json +7 -0
- model.safetensors +1 -1
- runs/Jul20_21-47-27_naqs7vsovm/events.out.tfevents.1721512052.naqs7vsovm.302.2 +2 -2
- runs/Jul20_22-30-48_naqs7vsovm/events.out.tfevents.1721514653.naqs7vsovm.505.0 +3 -0
- runs/Jul20_22-33-02_naqs7vsovm/events.out.tfevents.1721514788.naqs7vsovm.620.0 +3 -0
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bsd-3-clause
|
3 |
+
base_model: Salesforce/codet5p-770m
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: codeT5p-770m-fine-tuned
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# codeT5p-770m-fine-tuned
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [Salesforce/codet5p-770m](https://huggingface.co/Salesforce/codet5p-770m) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 4.6860
|
19 |
+
- Bleu Score: 19.4855
|
20 |
+
- Exact Match Precision: 31.5
|
21 |
+
- Gen Len: 12.805
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 1
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Exact Match Precision | Gen Len |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------------------:|:-------:|
|
53 |
+
| 4.8023 | 1.0 | 125 | 4.6860 | 19.4855 | 31.5 | 12.805 |
|
54 |
+
|
55 |
+
|
56 |
+
### Framework versions
|
57 |
+
|
58 |
+
- Transformers 4.35.2
|
59 |
+
- Pytorch 2.1.1+cu121
|
60 |
+
- Datasets 2.14.5
|
61 |
+
- Tokenizers 0.15.1
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 1,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.35.2"
|
7 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2950619856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c28e0824ec49e578f17ab724e9f9c3550fa1b31ad4a6f75a3f675030297e4bb4
|
3 |
size 2950619856
|
runs/Jul20_21-47-27_naqs7vsovm/events.out.tfevents.1721512052.naqs7vsovm.302.2
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:2f7730368a894f5535bba982fff2d5a97e9262099a265de136d5efa23fe2e78e
|
3 |
+
size 62560
|
runs/Jul20_22-30-48_naqs7vsovm/events.out.tfevents.1721514653.naqs7vsovm.505.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c09e0892297263308ef461deeb913ddd60902b16a10a6aa7ffcc49d19123c8b
|
3 |
+
size 5315
|
runs/Jul20_22-33-02_naqs7vsovm/events.out.tfevents.1721514788.naqs7vsovm.620.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1561f66368d8b941893ae3392268888ebb79ffd2e3b612f89cdc57ededd6ace0
|
3 |
+
size 9176
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ccaa75e33ea11fcdbe51f5c766c214e923a61eac479d42bf3ae3671ec797f79
|
3 |
size 4728
|