SashaSheykina
commited on
Commit
•
3c0ac41
1
Parent(s):
a1f62c6
Training in progress, step 51
Browse files- config.json +6 -13
- model.safetensors +2 -2
- runs/Sep09_10-46-21_755e39708fda/events.out.tfevents.1725878783.755e39708fda.2610.0 +3 -0
- tokenizer.json +16 -2
- tokenizer_config.json +1 -0
- training_args.bin +1 -1
- vocab.json +0 -0
config.json
CHANGED
@@ -1,34 +1,27 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "Salesforce/codet5-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
6 |
"bos_token_id": 1,
|
7 |
"classifier_dropout": 0.0,
|
8 |
-
"d_ff":
|
9 |
"d_kv": 64,
|
10 |
-
"d_model":
|
11 |
"decoder_start_token_id": 0,
|
12 |
"dense_act_fn": "relu",
|
13 |
"dropout_rate": 0.1,
|
14 |
"eos_token_id": 2,
|
15 |
"feed_forward_proj": "relu",
|
16 |
-
"gradient_checkpointing": false,
|
17 |
-
"id2label": {
|
18 |
-
"0": "LABEL_0"
|
19 |
-
},
|
20 |
"initializer_factor": 1.0,
|
21 |
"is_encoder_decoder": true,
|
22 |
"is_gated_act": false,
|
23 |
-
"label2id": {
|
24 |
-
"LABEL_0": 0
|
25 |
-
},
|
26 |
"layer_norm_epsilon": 1e-06,
|
27 |
"model_type": "t5",
|
28 |
"n_positions": 512,
|
29 |
-
"num_decoder_layers":
|
30 |
-
"num_heads":
|
31 |
-
"num_layers":
|
32 |
"output_past": true,
|
33 |
"pad_token_id": 0,
|
34 |
"relative_attention_max_distance": 128,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Salesforce/codet5-large",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
6 |
"bos_token_id": 1,
|
7 |
"classifier_dropout": 0.0,
|
8 |
+
"d_ff": 4096,
|
9 |
"d_kv": 64,
|
10 |
+
"d_model": 1024,
|
11 |
"decoder_start_token_id": 0,
|
12 |
"dense_act_fn": "relu",
|
13 |
"dropout_rate": 0.1,
|
14 |
"eos_token_id": 2,
|
15 |
"feed_forward_proj": "relu",
|
|
|
|
|
|
|
|
|
16 |
"initializer_factor": 1.0,
|
17 |
"is_encoder_decoder": true,
|
18 |
"is_gated_act": false,
|
|
|
|
|
|
|
19 |
"layer_norm_epsilon": 1e-06,
|
20 |
"model_type": "t5",
|
21 |
"n_positions": 512,
|
22 |
+
"num_decoder_layers": 24,
|
23 |
+
"num_heads": 16,
|
24 |
+
"num_layers": 24,
|
25 |
"output_past": true,
|
26 |
"pad_token_id": 0,
|
27 |
"relative_attention_max_distance": 128,
|
model.safetensors
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:720bfea98fca48e96682b4c3a6cb448828500841e1d299b49cee8e1af51bc04d
|
3 |
+
size 2950619856
|
runs/Sep09_10-46-21_755e39708fda/events.out.tfevents.1725878783.755e39708fda.2610.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e3e7ae43e7c4fb40dcd8241ca5196867cc5942a090426958045554130af3b1f
|
3 |
+
size 6305
|
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 128,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 128
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 2,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "</s>"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -954,5 +954,6 @@
|
|
954 |
"pad_token": "</s>",
|
955 |
"sep_token": "</s>",
|
956 |
"tokenizer_class": "RobertaTokenizer",
|
|
|
957 |
"unk_token": "<unk>"
|
958 |
}
|
|
|
954 |
"pad_token": "</s>",
|
955 |
"sep_token": "</s>",
|
956 |
"tokenizer_class": "RobertaTokenizer",
|
957 |
+
"trim_offsets": true,
|
958 |
"unk_token": "<unk>"
|
959 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7a0313e63b04100cb7d119efc1504559961c46ea528ca6b326ca39112459bd3
|
3 |
size 5368
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|