Training in progress, epoch 1
Browse files- config.json +13 -6
- model.safetensors +2 -2
- runs/Sep04_08-28-26_150f82326940/events.out.tfevents.1725438507.150f82326940.477.0 +3 -0
- tokenizer_config.json +0 -1
- training_args.bin +1 -1
- vocab.json +0 -0
config.json
CHANGED
@@ -1,27 +1,34 @@
|
|
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 |
"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":
|
23 |
-
"num_heads":
|
24 |
-
"num_layers":
|
25 |
"output_past": true,
|
26 |
"pad_token_id": 0,
|
27 |
"relative_attention_max_distance": 128,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Salesforce/codet5-base",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
6 |
"bos_token_id": 1,
|
7 |
"classifier_dropout": 0.0,
|
8 |
+
"d_ff": 3072,
|
9 |
"d_kv": 64,
|
10 |
+
"d_model": 768,
|
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": 12,
|
30 |
+
"num_heads": 12,
|
31 |
+
"num_layers": 12,
|
32 |
"output_past": true,
|
33 |
"pad_token_id": 0,
|
34 |
"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:3282a9fcb084e437a7597680bb8c8f5e8255cafe919994f306fc05ed1985358b
|
3 |
+
size 891558696
|
runs/Sep04_08-28-26_150f82326940/events.out.tfevents.1725438507.150f82326940.477.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef2d721a76b0e10b49ca19e257414257bcb4e22129db3f72ad9f30867c1d2b1b
|
3 |
+
size 4184
|
tokenizer_config.json
CHANGED
@@ -954,6 +954,5 @@
|
|
954 |
"pad_token": "</s>",
|
955 |
"sep_token": "</s>",
|
956 |
"tokenizer_class": "RobertaTokenizer",
|
957 |
-
"trim_offsets": true,
|
958 |
"unk_token": "<unk>"
|
959 |
}
|
|
|
954 |
"pad_token": "</s>",
|
955 |
"sep_token": "</s>",
|
956 |
"tokenizer_class": "RobertaTokenizer",
|
|
|
957 |
"unk_token": "<unk>"
|
958 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91a9ff0eb59ca66abc591eb4ba1dbdb71f5a4978c8e6cde5a9cef57e382b3f41
|
3 |
size 5304
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|