Delete wikisql/t5-base/run_4
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- wikisql/t5-base/run_4/best/config.json +0 -63
- wikisql/t5-base/run_4/best/generation_config.json +0 -7
- wikisql/t5-base/run_4/best/metadata.json +0 -17
- wikisql/t5-base/run_4/best/model.safetensors +0 -3
- wikisql/t5-base/run_4/best/tokenizer.json +0 -0
- wikisql/t5-base/run_4/best/tokenizer_config.json +0 -112
- wikisql/t5-base/run_4/best/training_state.pt +0 -3
- wikisql/t5-base/run_4/epoch-02-em0_2761/config.json +0 -63
- wikisql/t5-base/run_4/epoch-02-em0_2761/generation_config.json +0 -7
- wikisql/t5-base/run_4/epoch-02-em0_2761/metadata.json +0 -17
- wikisql/t5-base/run_4/epoch-02-em0_2761/model.safetensors +0 -3
- wikisql/t5-base/run_4/epoch-02-em0_2761/tokenizer.json +0 -0
- wikisql/t5-base/run_4/epoch-02-em0_2761/tokenizer_config.json +0 -112
- wikisql/t5-base/run_4/epoch-02-em0_2761/training_state.pt +0 -3
- wikisql/t5-base/run_4/epoch-03-em0_2817/config.json +0 -63
- wikisql/t5-base/run_4/epoch-03-em0_2817/generation_config.json +0 -7
- wikisql/t5-base/run_4/epoch-03-em0_2817/metadata.json +0 -17
- wikisql/t5-base/run_4/epoch-03-em0_2817/model.safetensors +0 -3
- wikisql/t5-base/run_4/epoch-03-em0_2817/tokenizer.json +0 -0
- wikisql/t5-base/run_4/epoch-03-em0_2817/tokenizer_config.json +0 -112
- wikisql/t5-base/run_4/epoch-03-em0_2817/training_state.pt +0 -3
- wikisql/t5-base/run_4/epoch-04-em0_2850/config.json +0 -63
- wikisql/t5-base/run_4/epoch-04-em0_2850/generation_config.json +0 -7
- wikisql/t5-base/run_4/epoch-04-em0_2850/metadata.json +0 -17
- wikisql/t5-base/run_4/epoch-04-em0_2850/model.safetensors +0 -3
- wikisql/t5-base/run_4/epoch-04-em0_2850/tokenizer.json +0 -0
- wikisql/t5-base/run_4/epoch-04-em0_2850/tokenizer_config.json +0 -112
- wikisql/t5-base/run_4/epoch-04-em0_2850/training_state.pt +0 -3
- wikisql/t5-base/run_4/mid-e1-s1000/config.json +0 -63
- wikisql/t5-base/run_4/mid-e1-s1000/generation_config.json +0 -7
- wikisql/t5-base/run_4/mid-e1-s1000/model.safetensors +0 -3
- wikisql/t5-base/run_4/mid-e1-s1000/tokenizer.json +0 -0
- wikisql/t5-base/run_4/mid-e1-s1000/tokenizer_config.json +0 -112
- wikisql/t5-base/run_4/mid-e1-s1000/training_state.pt +0 -3
- wikisql/t5-base/run_4/mid-e1-s1500/config.json +0 -63
- wikisql/t5-base/run_4/mid-e1-s1500/generation_config.json +0 -7
- wikisql/t5-base/run_4/mid-e1-s1500/model.safetensors +0 -3
- wikisql/t5-base/run_4/mid-e1-s1500/tokenizer.json +0 -0
- wikisql/t5-base/run_4/mid-e1-s1500/tokenizer_config.json +0 -112
- wikisql/t5-base/run_4/mid-e1-s1500/training_state.pt +0 -3
- wikisql/t5-base/run_4/mid-e1-s2000/config.json +0 -63
- wikisql/t5-base/run_4/mid-e1-s2000/generation_config.json +0 -7
- wikisql/t5-base/run_4/mid-e1-s2000/model.safetensors +0 -3
- wikisql/t5-base/run_4/mid-e1-s2000/tokenizer.json +0 -0
- wikisql/t5-base/run_4/mid-e1-s2000/tokenizer_config.json +0 -112
- wikisql/t5-base/run_4/mid-e1-s2000/training_state.pt +0 -3
- wikisql/t5-base/run_4/mid-e1-s2500/config.json +0 -63
- wikisql/t5-base/run_4/mid-e1-s2500/generation_config.json +0 -7
- wikisql/t5-base/run_4/mid-e1-s2500/model.safetensors +0 -3
- wikisql/t5-base/run_4/mid-e1-s2500/tokenizer.json +0 -0
wikisql/t5-base/run_4/best/config.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"T5ForConditionalGeneration"
|
| 4 |
-
],
|
| 5 |
-
"classifier_dropout": 0.0,
|
| 6 |
-
"d_ff": 3072,
|
| 7 |
-
"d_kv": 64,
|
| 8 |
-
"d_model": 768,
|
| 9 |
-
"decoder_start_token_id": 0,
|
| 10 |
-
"dense_act_fn": "relu",
|
| 11 |
-
"dropout_rate": 0.1,
|
| 12 |
-
"dtype": "float32",
|
| 13 |
-
"eos_token_id": 1,
|
| 14 |
-
"feed_forward_proj": "relu",
|
| 15 |
-
"initializer_factor": 1.0,
|
| 16 |
-
"is_decoder": false,
|
| 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": 12,
|
| 23 |
-
"num_heads": 12,
|
| 24 |
-
"num_layers": 12,
|
| 25 |
-
"output_past": true,
|
| 26 |
-
"pad_token_id": 0,
|
| 27 |
-
"relative_attention_max_distance": 128,
|
| 28 |
-
"relative_attention_num_buckets": 32,
|
| 29 |
-
"scale_decoder_outputs": true,
|
| 30 |
-
"task_specific_params": {
|
| 31 |
-
"summarization": {
|
| 32 |
-
"early_stopping": true,
|
| 33 |
-
"length_penalty": 2.0,
|
| 34 |
-
"max_length": 200,
|
| 35 |
-
"min_length": 30,
|
| 36 |
-
"no_repeat_ngram_size": 3,
|
| 37 |
-
"num_beams": 4,
|
| 38 |
-
"prefix": "summarize: "
|
| 39 |
-
},
|
| 40 |
-
"translation_en_to_de": {
|
| 41 |
-
"early_stopping": true,
|
| 42 |
-
"max_length": 300,
|
| 43 |
-
"num_beams": 4,
|
| 44 |
-
"prefix": "translate English to German: "
|
| 45 |
-
},
|
| 46 |
-
"translation_en_to_fr": {
|
| 47 |
-
"early_stopping": true,
|
| 48 |
-
"max_length": 300,
|
| 49 |
-
"num_beams": 4,
|
| 50 |
-
"prefix": "translate English to French: "
|
| 51 |
-
},
|
| 52 |
-
"translation_en_to_ro": {
|
| 53 |
-
"early_stopping": true,
|
| 54 |
-
"max_length": 300,
|
| 55 |
-
"num_beams": 4,
|
| 56 |
-
"prefix": "translate English to Romanian: "
|
| 57 |
-
}
|
| 58 |
-
},
|
| 59 |
-
"tie_word_embeddings": true,
|
| 60 |
-
"transformers_version": "5.0.0",
|
| 61 |
-
"use_cache": true,
|
| 62 |
-
"vocab_size": 32128
|
| 63 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/best/generation_config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"decoder_start_token_id": 0,
|
| 4 |
-
"eos_token_id": 1,
|
| 5 |
-
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.0.0"
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/best/metadata.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"epoch": 4,
|
| 3 |
-
"em_raw": 0.2850017812611329,
|
| 4 |
-
"em_norm": 0.2850017812611329,
|
| 5 |
-
"model": "t5-base",
|
| 6 |
-
"run": 4,
|
| 7 |
-
"dataset": "wikisql",
|
| 8 |
-
"config": {
|
| 9 |
-
"learning_rate": 0.0001,
|
| 10 |
-
"batch_size": 32,
|
| 11 |
-
"warmup_ratio": 0.06,
|
| 12 |
-
"fp16": false,
|
| 13 |
-
"num_epochs": 5,
|
| 14 |
-
"max_input_len": 384,
|
| 15 |
-
"eval_num_beams": 1
|
| 16 |
-
}
|
| 17 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/best/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:64025adc265f356618cb5c7634482cfdcee4ee0e5b333a27801e40c6945315de
|
| 3 |
-
size 891644712
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/best/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wikisql/t5-base/run_4/best/tokenizer_config.json
DELETED
|
@@ -1,112 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"backend": "tokenizers",
|
| 3 |
-
"eos_token": "</s>",
|
| 4 |
-
"extra_ids": 100,
|
| 5 |
-
"extra_special_tokens": [
|
| 6 |
-
"<extra_id_0>",
|
| 7 |
-
"<extra_id_1>",
|
| 8 |
-
"<extra_id_2>",
|
| 9 |
-
"<extra_id_3>",
|
| 10 |
-
"<extra_id_4>",
|
| 11 |
-
"<extra_id_5>",
|
| 12 |
-
"<extra_id_6>",
|
| 13 |
-
"<extra_id_7>",
|
| 14 |
-
"<extra_id_8>",
|
| 15 |
-
"<extra_id_9>",
|
| 16 |
-
"<extra_id_10>",
|
| 17 |
-
"<extra_id_11>",
|
| 18 |
-
"<extra_id_12>",
|
| 19 |
-
"<extra_id_13>",
|
| 20 |
-
"<extra_id_14>",
|
| 21 |
-
"<extra_id_15>",
|
| 22 |
-
"<extra_id_16>",
|
| 23 |
-
"<extra_id_17>",
|
| 24 |
-
"<extra_id_18>",
|
| 25 |
-
"<extra_id_19>",
|
| 26 |
-
"<extra_id_20>",
|
| 27 |
-
"<extra_id_21>",
|
| 28 |
-
"<extra_id_22>",
|
| 29 |
-
"<extra_id_23>",
|
| 30 |
-
"<extra_id_24>",
|
| 31 |
-
"<extra_id_25>",
|
| 32 |
-
"<extra_id_26>",
|
| 33 |
-
"<extra_id_27>",
|
| 34 |
-
"<extra_id_28>",
|
| 35 |
-
"<extra_id_29>",
|
| 36 |
-
"<extra_id_30>",
|
| 37 |
-
"<extra_id_31>",
|
| 38 |
-
"<extra_id_32>",
|
| 39 |
-
"<extra_id_33>",
|
| 40 |
-
"<extra_id_34>",
|
| 41 |
-
"<extra_id_35>",
|
| 42 |
-
"<extra_id_36>",
|
| 43 |
-
"<extra_id_37>",
|
| 44 |
-
"<extra_id_38>",
|
| 45 |
-
"<extra_id_39>",
|
| 46 |
-
"<extra_id_40>",
|
| 47 |
-
"<extra_id_41>",
|
| 48 |
-
"<extra_id_42>",
|
| 49 |
-
"<extra_id_43>",
|
| 50 |
-
"<extra_id_44>",
|
| 51 |
-
"<extra_id_45>",
|
| 52 |
-
"<extra_id_46>",
|
| 53 |
-
"<extra_id_47>",
|
| 54 |
-
"<extra_id_48>",
|
| 55 |
-
"<extra_id_49>",
|
| 56 |
-
"<extra_id_50>",
|
| 57 |
-
"<extra_id_51>",
|
| 58 |
-
"<extra_id_52>",
|
| 59 |
-
"<extra_id_53>",
|
| 60 |
-
"<extra_id_54>",
|
| 61 |
-
"<extra_id_55>",
|
| 62 |
-
"<extra_id_56>",
|
| 63 |
-
"<extra_id_57>",
|
| 64 |
-
"<extra_id_58>",
|
| 65 |
-
"<extra_id_59>",
|
| 66 |
-
"<extra_id_60>",
|
| 67 |
-
"<extra_id_61>",
|
| 68 |
-
"<extra_id_62>",
|
| 69 |
-
"<extra_id_63>",
|
| 70 |
-
"<extra_id_64>",
|
| 71 |
-
"<extra_id_65>",
|
| 72 |
-
"<extra_id_66>",
|
| 73 |
-
"<extra_id_67>",
|
| 74 |
-
"<extra_id_68>",
|
| 75 |
-
"<extra_id_69>",
|
| 76 |
-
"<extra_id_70>",
|
| 77 |
-
"<extra_id_71>",
|
| 78 |
-
"<extra_id_72>",
|
| 79 |
-
"<extra_id_73>",
|
| 80 |
-
"<extra_id_74>",
|
| 81 |
-
"<extra_id_75>",
|
| 82 |
-
"<extra_id_76>",
|
| 83 |
-
"<extra_id_77>",
|
| 84 |
-
"<extra_id_78>",
|
| 85 |
-
"<extra_id_79>",
|
| 86 |
-
"<extra_id_80>",
|
| 87 |
-
"<extra_id_81>",
|
| 88 |
-
"<extra_id_82>",
|
| 89 |
-
"<extra_id_83>",
|
| 90 |
-
"<extra_id_84>",
|
| 91 |
-
"<extra_id_85>",
|
| 92 |
-
"<extra_id_86>",
|
| 93 |
-
"<extra_id_87>",
|
| 94 |
-
"<extra_id_88>",
|
| 95 |
-
"<extra_id_89>",
|
| 96 |
-
"<extra_id_90>",
|
| 97 |
-
"<extra_id_91>",
|
| 98 |
-
"<extra_id_92>",
|
| 99 |
-
"<extra_id_93>",
|
| 100 |
-
"<extra_id_94>",
|
| 101 |
-
"<extra_id_95>",
|
| 102 |
-
"<extra_id_96>",
|
| 103 |
-
"<extra_id_97>",
|
| 104 |
-
"<extra_id_98>",
|
| 105 |
-
"<extra_id_99>"
|
| 106 |
-
],
|
| 107 |
-
"is_local": false,
|
| 108 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 109 |
-
"pad_token": "<pad>",
|
| 110 |
-
"tokenizer_class": "T5Tokenizer",
|
| 111 |
-
"unk_token": "<unk>"
|
| 112 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/best/training_state.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:393ccae0cb24f03f1c2489c3218446d345d9226f74df576d7e9fcb3d2c5be807
|
| 3 |
-
size 1783449336
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-02-em0_2761/config.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"T5ForConditionalGeneration"
|
| 4 |
-
],
|
| 5 |
-
"classifier_dropout": 0.0,
|
| 6 |
-
"d_ff": 3072,
|
| 7 |
-
"d_kv": 64,
|
| 8 |
-
"d_model": 768,
|
| 9 |
-
"decoder_start_token_id": 0,
|
| 10 |
-
"dense_act_fn": "relu",
|
| 11 |
-
"dropout_rate": 0.1,
|
| 12 |
-
"dtype": "float32",
|
| 13 |
-
"eos_token_id": 1,
|
| 14 |
-
"feed_forward_proj": "relu",
|
| 15 |
-
"initializer_factor": 1.0,
|
| 16 |
-
"is_decoder": false,
|
| 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": 12,
|
| 23 |
-
"num_heads": 12,
|
| 24 |
-
"num_layers": 12,
|
| 25 |
-
"output_past": true,
|
| 26 |
-
"pad_token_id": 0,
|
| 27 |
-
"relative_attention_max_distance": 128,
|
| 28 |
-
"relative_attention_num_buckets": 32,
|
| 29 |
-
"scale_decoder_outputs": true,
|
| 30 |
-
"task_specific_params": {
|
| 31 |
-
"summarization": {
|
| 32 |
-
"early_stopping": true,
|
| 33 |
-
"length_penalty": 2.0,
|
| 34 |
-
"max_length": 200,
|
| 35 |
-
"min_length": 30,
|
| 36 |
-
"no_repeat_ngram_size": 3,
|
| 37 |
-
"num_beams": 4,
|
| 38 |
-
"prefix": "summarize: "
|
| 39 |
-
},
|
| 40 |
-
"translation_en_to_de": {
|
| 41 |
-
"early_stopping": true,
|
| 42 |
-
"max_length": 300,
|
| 43 |
-
"num_beams": 4,
|
| 44 |
-
"prefix": "translate English to German: "
|
| 45 |
-
},
|
| 46 |
-
"translation_en_to_fr": {
|
| 47 |
-
"early_stopping": true,
|
| 48 |
-
"max_length": 300,
|
| 49 |
-
"num_beams": 4,
|
| 50 |
-
"prefix": "translate English to French: "
|
| 51 |
-
},
|
| 52 |
-
"translation_en_to_ro": {
|
| 53 |
-
"early_stopping": true,
|
| 54 |
-
"max_length": 300,
|
| 55 |
-
"num_beams": 4,
|
| 56 |
-
"prefix": "translate English to Romanian: "
|
| 57 |
-
}
|
| 58 |
-
},
|
| 59 |
-
"tie_word_embeddings": true,
|
| 60 |
-
"transformers_version": "5.0.0",
|
| 61 |
-
"use_cache": true,
|
| 62 |
-
"vocab_size": 32128
|
| 63 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-02-em0_2761/generation_config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"decoder_start_token_id": 0,
|
| 4 |
-
"eos_token_id": 1,
|
| 5 |
-
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.0.0"
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-02-em0_2761/metadata.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"epoch": 2,
|
| 3 |
-
"em_raw": 0.2760954755967225,
|
| 4 |
-
"em_norm": 0.2760954755967225,
|
| 5 |
-
"model": "t5-base",
|
| 6 |
-
"run": 4,
|
| 7 |
-
"dataset": "wikisql",
|
| 8 |
-
"config": {
|
| 9 |
-
"learning_rate": 0.0001,
|
| 10 |
-
"batch_size": 32,
|
| 11 |
-
"warmup_ratio": 0.06,
|
| 12 |
-
"fp16": false,
|
| 13 |
-
"num_epochs": 5,
|
| 14 |
-
"max_input_len": 384,
|
| 15 |
-
"eval_num_beams": 1
|
| 16 |
-
}
|
| 17 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-02-em0_2761/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:08a21bd3fef1d2a34231b0a13c50ae617cdc71ceb14e8606bc26c31901b90413
|
| 3 |
-
size 891644712
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-02-em0_2761/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wikisql/t5-base/run_4/epoch-02-em0_2761/tokenizer_config.json
DELETED
|
@@ -1,112 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"backend": "tokenizers",
|
| 3 |
-
"eos_token": "</s>",
|
| 4 |
-
"extra_ids": 100,
|
| 5 |
-
"extra_special_tokens": [
|
| 6 |
-
"<extra_id_0>",
|
| 7 |
-
"<extra_id_1>",
|
| 8 |
-
"<extra_id_2>",
|
| 9 |
-
"<extra_id_3>",
|
| 10 |
-
"<extra_id_4>",
|
| 11 |
-
"<extra_id_5>",
|
| 12 |
-
"<extra_id_6>",
|
| 13 |
-
"<extra_id_7>",
|
| 14 |
-
"<extra_id_8>",
|
| 15 |
-
"<extra_id_9>",
|
| 16 |
-
"<extra_id_10>",
|
| 17 |
-
"<extra_id_11>",
|
| 18 |
-
"<extra_id_12>",
|
| 19 |
-
"<extra_id_13>",
|
| 20 |
-
"<extra_id_14>",
|
| 21 |
-
"<extra_id_15>",
|
| 22 |
-
"<extra_id_16>",
|
| 23 |
-
"<extra_id_17>",
|
| 24 |
-
"<extra_id_18>",
|
| 25 |
-
"<extra_id_19>",
|
| 26 |
-
"<extra_id_20>",
|
| 27 |
-
"<extra_id_21>",
|
| 28 |
-
"<extra_id_22>",
|
| 29 |
-
"<extra_id_23>",
|
| 30 |
-
"<extra_id_24>",
|
| 31 |
-
"<extra_id_25>",
|
| 32 |
-
"<extra_id_26>",
|
| 33 |
-
"<extra_id_27>",
|
| 34 |
-
"<extra_id_28>",
|
| 35 |
-
"<extra_id_29>",
|
| 36 |
-
"<extra_id_30>",
|
| 37 |
-
"<extra_id_31>",
|
| 38 |
-
"<extra_id_32>",
|
| 39 |
-
"<extra_id_33>",
|
| 40 |
-
"<extra_id_34>",
|
| 41 |
-
"<extra_id_35>",
|
| 42 |
-
"<extra_id_36>",
|
| 43 |
-
"<extra_id_37>",
|
| 44 |
-
"<extra_id_38>",
|
| 45 |
-
"<extra_id_39>",
|
| 46 |
-
"<extra_id_40>",
|
| 47 |
-
"<extra_id_41>",
|
| 48 |
-
"<extra_id_42>",
|
| 49 |
-
"<extra_id_43>",
|
| 50 |
-
"<extra_id_44>",
|
| 51 |
-
"<extra_id_45>",
|
| 52 |
-
"<extra_id_46>",
|
| 53 |
-
"<extra_id_47>",
|
| 54 |
-
"<extra_id_48>",
|
| 55 |
-
"<extra_id_49>",
|
| 56 |
-
"<extra_id_50>",
|
| 57 |
-
"<extra_id_51>",
|
| 58 |
-
"<extra_id_52>",
|
| 59 |
-
"<extra_id_53>",
|
| 60 |
-
"<extra_id_54>",
|
| 61 |
-
"<extra_id_55>",
|
| 62 |
-
"<extra_id_56>",
|
| 63 |
-
"<extra_id_57>",
|
| 64 |
-
"<extra_id_58>",
|
| 65 |
-
"<extra_id_59>",
|
| 66 |
-
"<extra_id_60>",
|
| 67 |
-
"<extra_id_61>",
|
| 68 |
-
"<extra_id_62>",
|
| 69 |
-
"<extra_id_63>",
|
| 70 |
-
"<extra_id_64>",
|
| 71 |
-
"<extra_id_65>",
|
| 72 |
-
"<extra_id_66>",
|
| 73 |
-
"<extra_id_67>",
|
| 74 |
-
"<extra_id_68>",
|
| 75 |
-
"<extra_id_69>",
|
| 76 |
-
"<extra_id_70>",
|
| 77 |
-
"<extra_id_71>",
|
| 78 |
-
"<extra_id_72>",
|
| 79 |
-
"<extra_id_73>",
|
| 80 |
-
"<extra_id_74>",
|
| 81 |
-
"<extra_id_75>",
|
| 82 |
-
"<extra_id_76>",
|
| 83 |
-
"<extra_id_77>",
|
| 84 |
-
"<extra_id_78>",
|
| 85 |
-
"<extra_id_79>",
|
| 86 |
-
"<extra_id_80>",
|
| 87 |
-
"<extra_id_81>",
|
| 88 |
-
"<extra_id_82>",
|
| 89 |
-
"<extra_id_83>",
|
| 90 |
-
"<extra_id_84>",
|
| 91 |
-
"<extra_id_85>",
|
| 92 |
-
"<extra_id_86>",
|
| 93 |
-
"<extra_id_87>",
|
| 94 |
-
"<extra_id_88>",
|
| 95 |
-
"<extra_id_89>",
|
| 96 |
-
"<extra_id_90>",
|
| 97 |
-
"<extra_id_91>",
|
| 98 |
-
"<extra_id_92>",
|
| 99 |
-
"<extra_id_93>",
|
| 100 |
-
"<extra_id_94>",
|
| 101 |
-
"<extra_id_95>",
|
| 102 |
-
"<extra_id_96>",
|
| 103 |
-
"<extra_id_97>",
|
| 104 |
-
"<extra_id_98>",
|
| 105 |
-
"<extra_id_99>"
|
| 106 |
-
],
|
| 107 |
-
"is_local": false,
|
| 108 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 109 |
-
"pad_token": "<pad>",
|
| 110 |
-
"tokenizer_class": "T5Tokenizer",
|
| 111 |
-
"unk_token": "<unk>"
|
| 112 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-02-em0_2761/training_state.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e9bc47e5dc77208671ada894528c05c61a7be8b2d17994d93f3db722805cb0b
|
| 3 |
-
size 1783449336
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-03-em0_2817/config.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"T5ForConditionalGeneration"
|
| 4 |
-
],
|
| 5 |
-
"classifier_dropout": 0.0,
|
| 6 |
-
"d_ff": 3072,
|
| 7 |
-
"d_kv": 64,
|
| 8 |
-
"d_model": 768,
|
| 9 |
-
"decoder_start_token_id": 0,
|
| 10 |
-
"dense_act_fn": "relu",
|
| 11 |
-
"dropout_rate": 0.1,
|
| 12 |
-
"dtype": "float32",
|
| 13 |
-
"eos_token_id": 1,
|
| 14 |
-
"feed_forward_proj": "relu",
|
| 15 |
-
"initializer_factor": 1.0,
|
| 16 |
-
"is_decoder": false,
|
| 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": 12,
|
| 23 |
-
"num_heads": 12,
|
| 24 |
-
"num_layers": 12,
|
| 25 |
-
"output_past": true,
|
| 26 |
-
"pad_token_id": 0,
|
| 27 |
-
"relative_attention_max_distance": 128,
|
| 28 |
-
"relative_attention_num_buckets": 32,
|
| 29 |
-
"scale_decoder_outputs": true,
|
| 30 |
-
"task_specific_params": {
|
| 31 |
-
"summarization": {
|
| 32 |
-
"early_stopping": true,
|
| 33 |
-
"length_penalty": 2.0,
|
| 34 |
-
"max_length": 200,
|
| 35 |
-
"min_length": 30,
|
| 36 |
-
"no_repeat_ngram_size": 3,
|
| 37 |
-
"num_beams": 4,
|
| 38 |
-
"prefix": "summarize: "
|
| 39 |
-
},
|
| 40 |
-
"translation_en_to_de": {
|
| 41 |
-
"early_stopping": true,
|
| 42 |
-
"max_length": 300,
|
| 43 |
-
"num_beams": 4,
|
| 44 |
-
"prefix": "translate English to German: "
|
| 45 |
-
},
|
| 46 |
-
"translation_en_to_fr": {
|
| 47 |
-
"early_stopping": true,
|
| 48 |
-
"max_length": 300,
|
| 49 |
-
"num_beams": 4,
|
| 50 |
-
"prefix": "translate English to French: "
|
| 51 |
-
},
|
| 52 |
-
"translation_en_to_ro": {
|
| 53 |
-
"early_stopping": true,
|
| 54 |
-
"max_length": 300,
|
| 55 |
-
"num_beams": 4,
|
| 56 |
-
"prefix": "translate English to Romanian: "
|
| 57 |
-
}
|
| 58 |
-
},
|
| 59 |
-
"tie_word_embeddings": true,
|
| 60 |
-
"transformers_version": "5.0.0",
|
| 61 |
-
"use_cache": true,
|
| 62 |
-
"vocab_size": 32128
|
| 63 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-03-em0_2817/generation_config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"decoder_start_token_id": 0,
|
| 4 |
-
"eos_token_id": 1,
|
| 5 |
-
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.0.0"
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-03-em0_2817/metadata.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"epoch": 3,
|
| 3 |
-
"em_raw": 0.281676760479753,
|
| 4 |
-
"em_norm": 0.281676760479753,
|
| 5 |
-
"model": "t5-base",
|
| 6 |
-
"run": 4,
|
| 7 |
-
"dataset": "wikisql",
|
| 8 |
-
"config": {
|
| 9 |
-
"learning_rate": 0.0001,
|
| 10 |
-
"batch_size": 32,
|
| 11 |
-
"warmup_ratio": 0.06,
|
| 12 |
-
"fp16": false,
|
| 13 |
-
"num_epochs": 5,
|
| 14 |
-
"max_input_len": 384,
|
| 15 |
-
"eval_num_beams": 1
|
| 16 |
-
}
|
| 17 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-03-em0_2817/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:739a6feee8c21fe172da94c5bb1413eca3ffe50bf39d081a7be0aace8d890f75
|
| 3 |
-
size 891644712
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-03-em0_2817/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wikisql/t5-base/run_4/epoch-03-em0_2817/tokenizer_config.json
DELETED
|
@@ -1,112 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"backend": "tokenizers",
|
| 3 |
-
"eos_token": "</s>",
|
| 4 |
-
"extra_ids": 100,
|
| 5 |
-
"extra_special_tokens": [
|
| 6 |
-
"<extra_id_0>",
|
| 7 |
-
"<extra_id_1>",
|
| 8 |
-
"<extra_id_2>",
|
| 9 |
-
"<extra_id_3>",
|
| 10 |
-
"<extra_id_4>",
|
| 11 |
-
"<extra_id_5>",
|
| 12 |
-
"<extra_id_6>",
|
| 13 |
-
"<extra_id_7>",
|
| 14 |
-
"<extra_id_8>",
|
| 15 |
-
"<extra_id_9>",
|
| 16 |
-
"<extra_id_10>",
|
| 17 |
-
"<extra_id_11>",
|
| 18 |
-
"<extra_id_12>",
|
| 19 |
-
"<extra_id_13>",
|
| 20 |
-
"<extra_id_14>",
|
| 21 |
-
"<extra_id_15>",
|
| 22 |
-
"<extra_id_16>",
|
| 23 |
-
"<extra_id_17>",
|
| 24 |
-
"<extra_id_18>",
|
| 25 |
-
"<extra_id_19>",
|
| 26 |
-
"<extra_id_20>",
|
| 27 |
-
"<extra_id_21>",
|
| 28 |
-
"<extra_id_22>",
|
| 29 |
-
"<extra_id_23>",
|
| 30 |
-
"<extra_id_24>",
|
| 31 |
-
"<extra_id_25>",
|
| 32 |
-
"<extra_id_26>",
|
| 33 |
-
"<extra_id_27>",
|
| 34 |
-
"<extra_id_28>",
|
| 35 |
-
"<extra_id_29>",
|
| 36 |
-
"<extra_id_30>",
|
| 37 |
-
"<extra_id_31>",
|
| 38 |
-
"<extra_id_32>",
|
| 39 |
-
"<extra_id_33>",
|
| 40 |
-
"<extra_id_34>",
|
| 41 |
-
"<extra_id_35>",
|
| 42 |
-
"<extra_id_36>",
|
| 43 |
-
"<extra_id_37>",
|
| 44 |
-
"<extra_id_38>",
|
| 45 |
-
"<extra_id_39>",
|
| 46 |
-
"<extra_id_40>",
|
| 47 |
-
"<extra_id_41>",
|
| 48 |
-
"<extra_id_42>",
|
| 49 |
-
"<extra_id_43>",
|
| 50 |
-
"<extra_id_44>",
|
| 51 |
-
"<extra_id_45>",
|
| 52 |
-
"<extra_id_46>",
|
| 53 |
-
"<extra_id_47>",
|
| 54 |
-
"<extra_id_48>",
|
| 55 |
-
"<extra_id_49>",
|
| 56 |
-
"<extra_id_50>",
|
| 57 |
-
"<extra_id_51>",
|
| 58 |
-
"<extra_id_52>",
|
| 59 |
-
"<extra_id_53>",
|
| 60 |
-
"<extra_id_54>",
|
| 61 |
-
"<extra_id_55>",
|
| 62 |
-
"<extra_id_56>",
|
| 63 |
-
"<extra_id_57>",
|
| 64 |
-
"<extra_id_58>",
|
| 65 |
-
"<extra_id_59>",
|
| 66 |
-
"<extra_id_60>",
|
| 67 |
-
"<extra_id_61>",
|
| 68 |
-
"<extra_id_62>",
|
| 69 |
-
"<extra_id_63>",
|
| 70 |
-
"<extra_id_64>",
|
| 71 |
-
"<extra_id_65>",
|
| 72 |
-
"<extra_id_66>",
|
| 73 |
-
"<extra_id_67>",
|
| 74 |
-
"<extra_id_68>",
|
| 75 |
-
"<extra_id_69>",
|
| 76 |
-
"<extra_id_70>",
|
| 77 |
-
"<extra_id_71>",
|
| 78 |
-
"<extra_id_72>",
|
| 79 |
-
"<extra_id_73>",
|
| 80 |
-
"<extra_id_74>",
|
| 81 |
-
"<extra_id_75>",
|
| 82 |
-
"<extra_id_76>",
|
| 83 |
-
"<extra_id_77>",
|
| 84 |
-
"<extra_id_78>",
|
| 85 |
-
"<extra_id_79>",
|
| 86 |
-
"<extra_id_80>",
|
| 87 |
-
"<extra_id_81>",
|
| 88 |
-
"<extra_id_82>",
|
| 89 |
-
"<extra_id_83>",
|
| 90 |
-
"<extra_id_84>",
|
| 91 |
-
"<extra_id_85>",
|
| 92 |
-
"<extra_id_86>",
|
| 93 |
-
"<extra_id_87>",
|
| 94 |
-
"<extra_id_88>",
|
| 95 |
-
"<extra_id_89>",
|
| 96 |
-
"<extra_id_90>",
|
| 97 |
-
"<extra_id_91>",
|
| 98 |
-
"<extra_id_92>",
|
| 99 |
-
"<extra_id_93>",
|
| 100 |
-
"<extra_id_94>",
|
| 101 |
-
"<extra_id_95>",
|
| 102 |
-
"<extra_id_96>",
|
| 103 |
-
"<extra_id_97>",
|
| 104 |
-
"<extra_id_98>",
|
| 105 |
-
"<extra_id_99>"
|
| 106 |
-
],
|
| 107 |
-
"is_local": false,
|
| 108 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 109 |
-
"pad_token": "<pad>",
|
| 110 |
-
"tokenizer_class": "T5Tokenizer",
|
| 111 |
-
"unk_token": "<unk>"
|
| 112 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-03-em0_2817/training_state.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:778a15ca656dfa3b8cc8537b597e9ba95b3a5ec3edc69f40c62967b73be3a23e
|
| 3 |
-
size 1783449336
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-04-em0_2850/config.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"T5ForConditionalGeneration"
|
| 4 |
-
],
|
| 5 |
-
"classifier_dropout": 0.0,
|
| 6 |
-
"d_ff": 3072,
|
| 7 |
-
"d_kv": 64,
|
| 8 |
-
"d_model": 768,
|
| 9 |
-
"decoder_start_token_id": 0,
|
| 10 |
-
"dense_act_fn": "relu",
|
| 11 |
-
"dropout_rate": 0.1,
|
| 12 |
-
"dtype": "float32",
|
| 13 |
-
"eos_token_id": 1,
|
| 14 |
-
"feed_forward_proj": "relu",
|
| 15 |
-
"initializer_factor": 1.0,
|
| 16 |
-
"is_decoder": false,
|
| 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": 12,
|
| 23 |
-
"num_heads": 12,
|
| 24 |
-
"num_layers": 12,
|
| 25 |
-
"output_past": true,
|
| 26 |
-
"pad_token_id": 0,
|
| 27 |
-
"relative_attention_max_distance": 128,
|
| 28 |
-
"relative_attention_num_buckets": 32,
|
| 29 |
-
"scale_decoder_outputs": true,
|
| 30 |
-
"task_specific_params": {
|
| 31 |
-
"summarization": {
|
| 32 |
-
"early_stopping": true,
|
| 33 |
-
"length_penalty": 2.0,
|
| 34 |
-
"max_length": 200,
|
| 35 |
-
"min_length": 30,
|
| 36 |
-
"no_repeat_ngram_size": 3,
|
| 37 |
-
"num_beams": 4,
|
| 38 |
-
"prefix": "summarize: "
|
| 39 |
-
},
|
| 40 |
-
"translation_en_to_de": {
|
| 41 |
-
"early_stopping": true,
|
| 42 |
-
"max_length": 300,
|
| 43 |
-
"num_beams": 4,
|
| 44 |
-
"prefix": "translate English to German: "
|
| 45 |
-
},
|
| 46 |
-
"translation_en_to_fr": {
|
| 47 |
-
"early_stopping": true,
|
| 48 |
-
"max_length": 300,
|
| 49 |
-
"num_beams": 4,
|
| 50 |
-
"prefix": "translate English to French: "
|
| 51 |
-
},
|
| 52 |
-
"translation_en_to_ro": {
|
| 53 |
-
"early_stopping": true,
|
| 54 |
-
"max_length": 300,
|
| 55 |
-
"num_beams": 4,
|
| 56 |
-
"prefix": "translate English to Romanian: "
|
| 57 |
-
}
|
| 58 |
-
},
|
| 59 |
-
"tie_word_embeddings": true,
|
| 60 |
-
"transformers_version": "5.0.0",
|
| 61 |
-
"use_cache": true,
|
| 62 |
-
"vocab_size": 32128
|
| 63 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-04-em0_2850/generation_config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"decoder_start_token_id": 0,
|
| 4 |
-
"eos_token_id": 1,
|
| 5 |
-
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.0.0"
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-04-em0_2850/metadata.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"epoch": 4,
|
| 3 |
-
"em_raw": 0.2850017812611329,
|
| 4 |
-
"em_norm": 0.2850017812611329,
|
| 5 |
-
"model": "t5-base",
|
| 6 |
-
"run": 4,
|
| 7 |
-
"dataset": "wikisql",
|
| 8 |
-
"config": {
|
| 9 |
-
"learning_rate": 0.0001,
|
| 10 |
-
"batch_size": 32,
|
| 11 |
-
"warmup_ratio": 0.06,
|
| 12 |
-
"fp16": false,
|
| 13 |
-
"num_epochs": 5,
|
| 14 |
-
"max_input_len": 384,
|
| 15 |
-
"eval_num_beams": 1
|
| 16 |
-
}
|
| 17 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-04-em0_2850/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:64025adc265f356618cb5c7634482cfdcee4ee0e5b333a27801e40c6945315de
|
| 3 |
-
size 891644712
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-04-em0_2850/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wikisql/t5-base/run_4/epoch-04-em0_2850/tokenizer_config.json
DELETED
|
@@ -1,112 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"backend": "tokenizers",
|
| 3 |
-
"eos_token": "</s>",
|
| 4 |
-
"extra_ids": 100,
|
| 5 |
-
"extra_special_tokens": [
|
| 6 |
-
"<extra_id_0>",
|
| 7 |
-
"<extra_id_1>",
|
| 8 |
-
"<extra_id_2>",
|
| 9 |
-
"<extra_id_3>",
|
| 10 |
-
"<extra_id_4>",
|
| 11 |
-
"<extra_id_5>",
|
| 12 |
-
"<extra_id_6>",
|
| 13 |
-
"<extra_id_7>",
|
| 14 |
-
"<extra_id_8>",
|
| 15 |
-
"<extra_id_9>",
|
| 16 |
-
"<extra_id_10>",
|
| 17 |
-
"<extra_id_11>",
|
| 18 |
-
"<extra_id_12>",
|
| 19 |
-
"<extra_id_13>",
|
| 20 |
-
"<extra_id_14>",
|
| 21 |
-
"<extra_id_15>",
|
| 22 |
-
"<extra_id_16>",
|
| 23 |
-
"<extra_id_17>",
|
| 24 |
-
"<extra_id_18>",
|
| 25 |
-
"<extra_id_19>",
|
| 26 |
-
"<extra_id_20>",
|
| 27 |
-
"<extra_id_21>",
|
| 28 |
-
"<extra_id_22>",
|
| 29 |
-
"<extra_id_23>",
|
| 30 |
-
"<extra_id_24>",
|
| 31 |
-
"<extra_id_25>",
|
| 32 |
-
"<extra_id_26>",
|
| 33 |
-
"<extra_id_27>",
|
| 34 |
-
"<extra_id_28>",
|
| 35 |
-
"<extra_id_29>",
|
| 36 |
-
"<extra_id_30>",
|
| 37 |
-
"<extra_id_31>",
|
| 38 |
-
"<extra_id_32>",
|
| 39 |
-
"<extra_id_33>",
|
| 40 |
-
"<extra_id_34>",
|
| 41 |
-
"<extra_id_35>",
|
| 42 |
-
"<extra_id_36>",
|
| 43 |
-
"<extra_id_37>",
|
| 44 |
-
"<extra_id_38>",
|
| 45 |
-
"<extra_id_39>",
|
| 46 |
-
"<extra_id_40>",
|
| 47 |
-
"<extra_id_41>",
|
| 48 |
-
"<extra_id_42>",
|
| 49 |
-
"<extra_id_43>",
|
| 50 |
-
"<extra_id_44>",
|
| 51 |
-
"<extra_id_45>",
|
| 52 |
-
"<extra_id_46>",
|
| 53 |
-
"<extra_id_47>",
|
| 54 |
-
"<extra_id_48>",
|
| 55 |
-
"<extra_id_49>",
|
| 56 |
-
"<extra_id_50>",
|
| 57 |
-
"<extra_id_51>",
|
| 58 |
-
"<extra_id_52>",
|
| 59 |
-
"<extra_id_53>",
|
| 60 |
-
"<extra_id_54>",
|
| 61 |
-
"<extra_id_55>",
|
| 62 |
-
"<extra_id_56>",
|
| 63 |
-
"<extra_id_57>",
|
| 64 |
-
"<extra_id_58>",
|
| 65 |
-
"<extra_id_59>",
|
| 66 |
-
"<extra_id_60>",
|
| 67 |
-
"<extra_id_61>",
|
| 68 |
-
"<extra_id_62>",
|
| 69 |
-
"<extra_id_63>",
|
| 70 |
-
"<extra_id_64>",
|
| 71 |
-
"<extra_id_65>",
|
| 72 |
-
"<extra_id_66>",
|
| 73 |
-
"<extra_id_67>",
|
| 74 |
-
"<extra_id_68>",
|
| 75 |
-
"<extra_id_69>",
|
| 76 |
-
"<extra_id_70>",
|
| 77 |
-
"<extra_id_71>",
|
| 78 |
-
"<extra_id_72>",
|
| 79 |
-
"<extra_id_73>",
|
| 80 |
-
"<extra_id_74>",
|
| 81 |
-
"<extra_id_75>",
|
| 82 |
-
"<extra_id_76>",
|
| 83 |
-
"<extra_id_77>",
|
| 84 |
-
"<extra_id_78>",
|
| 85 |
-
"<extra_id_79>",
|
| 86 |
-
"<extra_id_80>",
|
| 87 |
-
"<extra_id_81>",
|
| 88 |
-
"<extra_id_82>",
|
| 89 |
-
"<extra_id_83>",
|
| 90 |
-
"<extra_id_84>",
|
| 91 |
-
"<extra_id_85>",
|
| 92 |
-
"<extra_id_86>",
|
| 93 |
-
"<extra_id_87>",
|
| 94 |
-
"<extra_id_88>",
|
| 95 |
-
"<extra_id_89>",
|
| 96 |
-
"<extra_id_90>",
|
| 97 |
-
"<extra_id_91>",
|
| 98 |
-
"<extra_id_92>",
|
| 99 |
-
"<extra_id_93>",
|
| 100 |
-
"<extra_id_94>",
|
| 101 |
-
"<extra_id_95>",
|
| 102 |
-
"<extra_id_96>",
|
| 103 |
-
"<extra_id_97>",
|
| 104 |
-
"<extra_id_98>",
|
| 105 |
-
"<extra_id_99>"
|
| 106 |
-
],
|
| 107 |
-
"is_local": false,
|
| 108 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 109 |
-
"pad_token": "<pad>",
|
| 110 |
-
"tokenizer_class": "T5Tokenizer",
|
| 111 |
-
"unk_token": "<unk>"
|
| 112 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/epoch-04-em0_2850/training_state.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:393ccae0cb24f03f1c2489c3218446d345d9226f74df576d7e9fcb3d2c5be807
|
| 3 |
-
size 1783449336
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1000/config.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"T5ForConditionalGeneration"
|
| 4 |
-
],
|
| 5 |
-
"classifier_dropout": 0.0,
|
| 6 |
-
"d_ff": 3072,
|
| 7 |
-
"d_kv": 64,
|
| 8 |
-
"d_model": 768,
|
| 9 |
-
"decoder_start_token_id": 0,
|
| 10 |
-
"dense_act_fn": "relu",
|
| 11 |
-
"dropout_rate": 0.1,
|
| 12 |
-
"dtype": "float32",
|
| 13 |
-
"eos_token_id": 1,
|
| 14 |
-
"feed_forward_proj": "relu",
|
| 15 |
-
"initializer_factor": 1.0,
|
| 16 |
-
"is_decoder": false,
|
| 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": 12,
|
| 23 |
-
"num_heads": 12,
|
| 24 |
-
"num_layers": 12,
|
| 25 |
-
"output_past": true,
|
| 26 |
-
"pad_token_id": 0,
|
| 27 |
-
"relative_attention_max_distance": 128,
|
| 28 |
-
"relative_attention_num_buckets": 32,
|
| 29 |
-
"scale_decoder_outputs": true,
|
| 30 |
-
"task_specific_params": {
|
| 31 |
-
"summarization": {
|
| 32 |
-
"early_stopping": true,
|
| 33 |
-
"length_penalty": 2.0,
|
| 34 |
-
"max_length": 200,
|
| 35 |
-
"min_length": 30,
|
| 36 |
-
"no_repeat_ngram_size": 3,
|
| 37 |
-
"num_beams": 4,
|
| 38 |
-
"prefix": "summarize: "
|
| 39 |
-
},
|
| 40 |
-
"translation_en_to_de": {
|
| 41 |
-
"early_stopping": true,
|
| 42 |
-
"max_length": 300,
|
| 43 |
-
"num_beams": 4,
|
| 44 |
-
"prefix": "translate English to German: "
|
| 45 |
-
},
|
| 46 |
-
"translation_en_to_fr": {
|
| 47 |
-
"early_stopping": true,
|
| 48 |
-
"max_length": 300,
|
| 49 |
-
"num_beams": 4,
|
| 50 |
-
"prefix": "translate English to French: "
|
| 51 |
-
},
|
| 52 |
-
"translation_en_to_ro": {
|
| 53 |
-
"early_stopping": true,
|
| 54 |
-
"max_length": 300,
|
| 55 |
-
"num_beams": 4,
|
| 56 |
-
"prefix": "translate English to Romanian: "
|
| 57 |
-
}
|
| 58 |
-
},
|
| 59 |
-
"tie_word_embeddings": true,
|
| 60 |
-
"transformers_version": "5.0.0",
|
| 61 |
-
"use_cache": true,
|
| 62 |
-
"vocab_size": 32128
|
| 63 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1000/generation_config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"decoder_start_token_id": 0,
|
| 4 |
-
"eos_token_id": 1,
|
| 5 |
-
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.0.0"
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1000/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:655523d288fc66eba96a46ac270628bb47257e0f103834d1c9199d68785dd595
|
| 3 |
-
size 891644712
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1000/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wikisql/t5-base/run_4/mid-e1-s1000/tokenizer_config.json
DELETED
|
@@ -1,112 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"backend": "tokenizers",
|
| 3 |
-
"eos_token": "</s>",
|
| 4 |
-
"extra_ids": 100,
|
| 5 |
-
"extra_special_tokens": [
|
| 6 |
-
"<extra_id_0>",
|
| 7 |
-
"<extra_id_1>",
|
| 8 |
-
"<extra_id_2>",
|
| 9 |
-
"<extra_id_3>",
|
| 10 |
-
"<extra_id_4>",
|
| 11 |
-
"<extra_id_5>",
|
| 12 |
-
"<extra_id_6>",
|
| 13 |
-
"<extra_id_7>",
|
| 14 |
-
"<extra_id_8>",
|
| 15 |
-
"<extra_id_9>",
|
| 16 |
-
"<extra_id_10>",
|
| 17 |
-
"<extra_id_11>",
|
| 18 |
-
"<extra_id_12>",
|
| 19 |
-
"<extra_id_13>",
|
| 20 |
-
"<extra_id_14>",
|
| 21 |
-
"<extra_id_15>",
|
| 22 |
-
"<extra_id_16>",
|
| 23 |
-
"<extra_id_17>",
|
| 24 |
-
"<extra_id_18>",
|
| 25 |
-
"<extra_id_19>",
|
| 26 |
-
"<extra_id_20>",
|
| 27 |
-
"<extra_id_21>",
|
| 28 |
-
"<extra_id_22>",
|
| 29 |
-
"<extra_id_23>",
|
| 30 |
-
"<extra_id_24>",
|
| 31 |
-
"<extra_id_25>",
|
| 32 |
-
"<extra_id_26>",
|
| 33 |
-
"<extra_id_27>",
|
| 34 |
-
"<extra_id_28>",
|
| 35 |
-
"<extra_id_29>",
|
| 36 |
-
"<extra_id_30>",
|
| 37 |
-
"<extra_id_31>",
|
| 38 |
-
"<extra_id_32>",
|
| 39 |
-
"<extra_id_33>",
|
| 40 |
-
"<extra_id_34>",
|
| 41 |
-
"<extra_id_35>",
|
| 42 |
-
"<extra_id_36>",
|
| 43 |
-
"<extra_id_37>",
|
| 44 |
-
"<extra_id_38>",
|
| 45 |
-
"<extra_id_39>",
|
| 46 |
-
"<extra_id_40>",
|
| 47 |
-
"<extra_id_41>",
|
| 48 |
-
"<extra_id_42>",
|
| 49 |
-
"<extra_id_43>",
|
| 50 |
-
"<extra_id_44>",
|
| 51 |
-
"<extra_id_45>",
|
| 52 |
-
"<extra_id_46>",
|
| 53 |
-
"<extra_id_47>",
|
| 54 |
-
"<extra_id_48>",
|
| 55 |
-
"<extra_id_49>",
|
| 56 |
-
"<extra_id_50>",
|
| 57 |
-
"<extra_id_51>",
|
| 58 |
-
"<extra_id_52>",
|
| 59 |
-
"<extra_id_53>",
|
| 60 |
-
"<extra_id_54>",
|
| 61 |
-
"<extra_id_55>",
|
| 62 |
-
"<extra_id_56>",
|
| 63 |
-
"<extra_id_57>",
|
| 64 |
-
"<extra_id_58>",
|
| 65 |
-
"<extra_id_59>",
|
| 66 |
-
"<extra_id_60>",
|
| 67 |
-
"<extra_id_61>",
|
| 68 |
-
"<extra_id_62>",
|
| 69 |
-
"<extra_id_63>",
|
| 70 |
-
"<extra_id_64>",
|
| 71 |
-
"<extra_id_65>",
|
| 72 |
-
"<extra_id_66>",
|
| 73 |
-
"<extra_id_67>",
|
| 74 |
-
"<extra_id_68>",
|
| 75 |
-
"<extra_id_69>",
|
| 76 |
-
"<extra_id_70>",
|
| 77 |
-
"<extra_id_71>",
|
| 78 |
-
"<extra_id_72>",
|
| 79 |
-
"<extra_id_73>",
|
| 80 |
-
"<extra_id_74>",
|
| 81 |
-
"<extra_id_75>",
|
| 82 |
-
"<extra_id_76>",
|
| 83 |
-
"<extra_id_77>",
|
| 84 |
-
"<extra_id_78>",
|
| 85 |
-
"<extra_id_79>",
|
| 86 |
-
"<extra_id_80>",
|
| 87 |
-
"<extra_id_81>",
|
| 88 |
-
"<extra_id_82>",
|
| 89 |
-
"<extra_id_83>",
|
| 90 |
-
"<extra_id_84>",
|
| 91 |
-
"<extra_id_85>",
|
| 92 |
-
"<extra_id_86>",
|
| 93 |
-
"<extra_id_87>",
|
| 94 |
-
"<extra_id_88>",
|
| 95 |
-
"<extra_id_89>",
|
| 96 |
-
"<extra_id_90>",
|
| 97 |
-
"<extra_id_91>",
|
| 98 |
-
"<extra_id_92>",
|
| 99 |
-
"<extra_id_93>",
|
| 100 |
-
"<extra_id_94>",
|
| 101 |
-
"<extra_id_95>",
|
| 102 |
-
"<extra_id_96>",
|
| 103 |
-
"<extra_id_97>",
|
| 104 |
-
"<extra_id_98>",
|
| 105 |
-
"<extra_id_99>"
|
| 106 |
-
],
|
| 107 |
-
"is_local": false,
|
| 108 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 109 |
-
"pad_token": "<pad>",
|
| 110 |
-
"tokenizer_class": "T5Tokenizer",
|
| 111 |
-
"unk_token": "<unk>"
|
| 112 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1000/training_state.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a75c7607cd2c7d2701d68921d0a6779ac7ee103a2de63d4b88b4b22b6d3237bf
|
| 3 |
-
size 1783449336
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1500/config.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"T5ForConditionalGeneration"
|
| 4 |
-
],
|
| 5 |
-
"classifier_dropout": 0.0,
|
| 6 |
-
"d_ff": 3072,
|
| 7 |
-
"d_kv": 64,
|
| 8 |
-
"d_model": 768,
|
| 9 |
-
"decoder_start_token_id": 0,
|
| 10 |
-
"dense_act_fn": "relu",
|
| 11 |
-
"dropout_rate": 0.1,
|
| 12 |
-
"dtype": "float32",
|
| 13 |
-
"eos_token_id": 1,
|
| 14 |
-
"feed_forward_proj": "relu",
|
| 15 |
-
"initializer_factor": 1.0,
|
| 16 |
-
"is_decoder": false,
|
| 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": 12,
|
| 23 |
-
"num_heads": 12,
|
| 24 |
-
"num_layers": 12,
|
| 25 |
-
"output_past": true,
|
| 26 |
-
"pad_token_id": 0,
|
| 27 |
-
"relative_attention_max_distance": 128,
|
| 28 |
-
"relative_attention_num_buckets": 32,
|
| 29 |
-
"scale_decoder_outputs": true,
|
| 30 |
-
"task_specific_params": {
|
| 31 |
-
"summarization": {
|
| 32 |
-
"early_stopping": true,
|
| 33 |
-
"length_penalty": 2.0,
|
| 34 |
-
"max_length": 200,
|
| 35 |
-
"min_length": 30,
|
| 36 |
-
"no_repeat_ngram_size": 3,
|
| 37 |
-
"num_beams": 4,
|
| 38 |
-
"prefix": "summarize: "
|
| 39 |
-
},
|
| 40 |
-
"translation_en_to_de": {
|
| 41 |
-
"early_stopping": true,
|
| 42 |
-
"max_length": 300,
|
| 43 |
-
"num_beams": 4,
|
| 44 |
-
"prefix": "translate English to German: "
|
| 45 |
-
},
|
| 46 |
-
"translation_en_to_fr": {
|
| 47 |
-
"early_stopping": true,
|
| 48 |
-
"max_length": 300,
|
| 49 |
-
"num_beams": 4,
|
| 50 |
-
"prefix": "translate English to French: "
|
| 51 |
-
},
|
| 52 |
-
"translation_en_to_ro": {
|
| 53 |
-
"early_stopping": true,
|
| 54 |
-
"max_length": 300,
|
| 55 |
-
"num_beams": 4,
|
| 56 |
-
"prefix": "translate English to Romanian: "
|
| 57 |
-
}
|
| 58 |
-
},
|
| 59 |
-
"tie_word_embeddings": true,
|
| 60 |
-
"transformers_version": "5.0.0",
|
| 61 |
-
"use_cache": true,
|
| 62 |
-
"vocab_size": 32128
|
| 63 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1500/generation_config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"decoder_start_token_id": 0,
|
| 4 |
-
"eos_token_id": 1,
|
| 5 |
-
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.0.0"
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1500/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1e9cb010383a3bfd3db9a28d621dfddb8cbfec4421afdf6c8d6f85d3537e2fe3
|
| 3 |
-
size 891644712
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1500/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wikisql/t5-base/run_4/mid-e1-s1500/tokenizer_config.json
DELETED
|
@@ -1,112 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"backend": "tokenizers",
|
| 3 |
-
"eos_token": "</s>",
|
| 4 |
-
"extra_ids": 100,
|
| 5 |
-
"extra_special_tokens": [
|
| 6 |
-
"<extra_id_0>",
|
| 7 |
-
"<extra_id_1>",
|
| 8 |
-
"<extra_id_2>",
|
| 9 |
-
"<extra_id_3>",
|
| 10 |
-
"<extra_id_4>",
|
| 11 |
-
"<extra_id_5>",
|
| 12 |
-
"<extra_id_6>",
|
| 13 |
-
"<extra_id_7>",
|
| 14 |
-
"<extra_id_8>",
|
| 15 |
-
"<extra_id_9>",
|
| 16 |
-
"<extra_id_10>",
|
| 17 |
-
"<extra_id_11>",
|
| 18 |
-
"<extra_id_12>",
|
| 19 |
-
"<extra_id_13>",
|
| 20 |
-
"<extra_id_14>",
|
| 21 |
-
"<extra_id_15>",
|
| 22 |
-
"<extra_id_16>",
|
| 23 |
-
"<extra_id_17>",
|
| 24 |
-
"<extra_id_18>",
|
| 25 |
-
"<extra_id_19>",
|
| 26 |
-
"<extra_id_20>",
|
| 27 |
-
"<extra_id_21>",
|
| 28 |
-
"<extra_id_22>",
|
| 29 |
-
"<extra_id_23>",
|
| 30 |
-
"<extra_id_24>",
|
| 31 |
-
"<extra_id_25>",
|
| 32 |
-
"<extra_id_26>",
|
| 33 |
-
"<extra_id_27>",
|
| 34 |
-
"<extra_id_28>",
|
| 35 |
-
"<extra_id_29>",
|
| 36 |
-
"<extra_id_30>",
|
| 37 |
-
"<extra_id_31>",
|
| 38 |
-
"<extra_id_32>",
|
| 39 |
-
"<extra_id_33>",
|
| 40 |
-
"<extra_id_34>",
|
| 41 |
-
"<extra_id_35>",
|
| 42 |
-
"<extra_id_36>",
|
| 43 |
-
"<extra_id_37>",
|
| 44 |
-
"<extra_id_38>",
|
| 45 |
-
"<extra_id_39>",
|
| 46 |
-
"<extra_id_40>",
|
| 47 |
-
"<extra_id_41>",
|
| 48 |
-
"<extra_id_42>",
|
| 49 |
-
"<extra_id_43>",
|
| 50 |
-
"<extra_id_44>",
|
| 51 |
-
"<extra_id_45>",
|
| 52 |
-
"<extra_id_46>",
|
| 53 |
-
"<extra_id_47>",
|
| 54 |
-
"<extra_id_48>",
|
| 55 |
-
"<extra_id_49>",
|
| 56 |
-
"<extra_id_50>",
|
| 57 |
-
"<extra_id_51>",
|
| 58 |
-
"<extra_id_52>",
|
| 59 |
-
"<extra_id_53>",
|
| 60 |
-
"<extra_id_54>",
|
| 61 |
-
"<extra_id_55>",
|
| 62 |
-
"<extra_id_56>",
|
| 63 |
-
"<extra_id_57>",
|
| 64 |
-
"<extra_id_58>",
|
| 65 |
-
"<extra_id_59>",
|
| 66 |
-
"<extra_id_60>",
|
| 67 |
-
"<extra_id_61>",
|
| 68 |
-
"<extra_id_62>",
|
| 69 |
-
"<extra_id_63>",
|
| 70 |
-
"<extra_id_64>",
|
| 71 |
-
"<extra_id_65>",
|
| 72 |
-
"<extra_id_66>",
|
| 73 |
-
"<extra_id_67>",
|
| 74 |
-
"<extra_id_68>",
|
| 75 |
-
"<extra_id_69>",
|
| 76 |
-
"<extra_id_70>",
|
| 77 |
-
"<extra_id_71>",
|
| 78 |
-
"<extra_id_72>",
|
| 79 |
-
"<extra_id_73>",
|
| 80 |
-
"<extra_id_74>",
|
| 81 |
-
"<extra_id_75>",
|
| 82 |
-
"<extra_id_76>",
|
| 83 |
-
"<extra_id_77>",
|
| 84 |
-
"<extra_id_78>",
|
| 85 |
-
"<extra_id_79>",
|
| 86 |
-
"<extra_id_80>",
|
| 87 |
-
"<extra_id_81>",
|
| 88 |
-
"<extra_id_82>",
|
| 89 |
-
"<extra_id_83>",
|
| 90 |
-
"<extra_id_84>",
|
| 91 |
-
"<extra_id_85>",
|
| 92 |
-
"<extra_id_86>",
|
| 93 |
-
"<extra_id_87>",
|
| 94 |
-
"<extra_id_88>",
|
| 95 |
-
"<extra_id_89>",
|
| 96 |
-
"<extra_id_90>",
|
| 97 |
-
"<extra_id_91>",
|
| 98 |
-
"<extra_id_92>",
|
| 99 |
-
"<extra_id_93>",
|
| 100 |
-
"<extra_id_94>",
|
| 101 |
-
"<extra_id_95>",
|
| 102 |
-
"<extra_id_96>",
|
| 103 |
-
"<extra_id_97>",
|
| 104 |
-
"<extra_id_98>",
|
| 105 |
-
"<extra_id_99>"
|
| 106 |
-
],
|
| 107 |
-
"is_local": false,
|
| 108 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 109 |
-
"pad_token": "<pad>",
|
| 110 |
-
"tokenizer_class": "T5Tokenizer",
|
| 111 |
-
"unk_token": "<unk>"
|
| 112 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s1500/training_state.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ffd3dff7b696baf22dacb3d00f6b4986ba293d08e53f8362a429d25e7de8f1c0
|
| 3 |
-
size 1783449336
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s2000/config.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"T5ForConditionalGeneration"
|
| 4 |
-
],
|
| 5 |
-
"classifier_dropout": 0.0,
|
| 6 |
-
"d_ff": 3072,
|
| 7 |
-
"d_kv": 64,
|
| 8 |
-
"d_model": 768,
|
| 9 |
-
"decoder_start_token_id": 0,
|
| 10 |
-
"dense_act_fn": "relu",
|
| 11 |
-
"dropout_rate": 0.1,
|
| 12 |
-
"dtype": "float32",
|
| 13 |
-
"eos_token_id": 1,
|
| 14 |
-
"feed_forward_proj": "relu",
|
| 15 |
-
"initializer_factor": 1.0,
|
| 16 |
-
"is_decoder": false,
|
| 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": 12,
|
| 23 |
-
"num_heads": 12,
|
| 24 |
-
"num_layers": 12,
|
| 25 |
-
"output_past": true,
|
| 26 |
-
"pad_token_id": 0,
|
| 27 |
-
"relative_attention_max_distance": 128,
|
| 28 |
-
"relative_attention_num_buckets": 32,
|
| 29 |
-
"scale_decoder_outputs": true,
|
| 30 |
-
"task_specific_params": {
|
| 31 |
-
"summarization": {
|
| 32 |
-
"early_stopping": true,
|
| 33 |
-
"length_penalty": 2.0,
|
| 34 |
-
"max_length": 200,
|
| 35 |
-
"min_length": 30,
|
| 36 |
-
"no_repeat_ngram_size": 3,
|
| 37 |
-
"num_beams": 4,
|
| 38 |
-
"prefix": "summarize: "
|
| 39 |
-
},
|
| 40 |
-
"translation_en_to_de": {
|
| 41 |
-
"early_stopping": true,
|
| 42 |
-
"max_length": 300,
|
| 43 |
-
"num_beams": 4,
|
| 44 |
-
"prefix": "translate English to German: "
|
| 45 |
-
},
|
| 46 |
-
"translation_en_to_fr": {
|
| 47 |
-
"early_stopping": true,
|
| 48 |
-
"max_length": 300,
|
| 49 |
-
"num_beams": 4,
|
| 50 |
-
"prefix": "translate English to French: "
|
| 51 |
-
},
|
| 52 |
-
"translation_en_to_ro": {
|
| 53 |
-
"early_stopping": true,
|
| 54 |
-
"max_length": 300,
|
| 55 |
-
"num_beams": 4,
|
| 56 |
-
"prefix": "translate English to Romanian: "
|
| 57 |
-
}
|
| 58 |
-
},
|
| 59 |
-
"tie_word_embeddings": true,
|
| 60 |
-
"transformers_version": "5.0.0",
|
| 61 |
-
"use_cache": true,
|
| 62 |
-
"vocab_size": 32128
|
| 63 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s2000/generation_config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"decoder_start_token_id": 0,
|
| 4 |
-
"eos_token_id": 1,
|
| 5 |
-
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.0.0"
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s2000/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a1270ad3ac2fe2dc279b63a8ee9a490a5e4b0765dff5e60b3fc6e1df970fbd43
|
| 3 |
-
size 891644712
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s2000/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
wikisql/t5-base/run_4/mid-e1-s2000/tokenizer_config.json
DELETED
|
@@ -1,112 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"backend": "tokenizers",
|
| 3 |
-
"eos_token": "</s>",
|
| 4 |
-
"extra_ids": 100,
|
| 5 |
-
"extra_special_tokens": [
|
| 6 |
-
"<extra_id_0>",
|
| 7 |
-
"<extra_id_1>",
|
| 8 |
-
"<extra_id_2>",
|
| 9 |
-
"<extra_id_3>",
|
| 10 |
-
"<extra_id_4>",
|
| 11 |
-
"<extra_id_5>",
|
| 12 |
-
"<extra_id_6>",
|
| 13 |
-
"<extra_id_7>",
|
| 14 |
-
"<extra_id_8>",
|
| 15 |
-
"<extra_id_9>",
|
| 16 |
-
"<extra_id_10>",
|
| 17 |
-
"<extra_id_11>",
|
| 18 |
-
"<extra_id_12>",
|
| 19 |
-
"<extra_id_13>",
|
| 20 |
-
"<extra_id_14>",
|
| 21 |
-
"<extra_id_15>",
|
| 22 |
-
"<extra_id_16>",
|
| 23 |
-
"<extra_id_17>",
|
| 24 |
-
"<extra_id_18>",
|
| 25 |
-
"<extra_id_19>",
|
| 26 |
-
"<extra_id_20>",
|
| 27 |
-
"<extra_id_21>",
|
| 28 |
-
"<extra_id_22>",
|
| 29 |
-
"<extra_id_23>",
|
| 30 |
-
"<extra_id_24>",
|
| 31 |
-
"<extra_id_25>",
|
| 32 |
-
"<extra_id_26>",
|
| 33 |
-
"<extra_id_27>",
|
| 34 |
-
"<extra_id_28>",
|
| 35 |
-
"<extra_id_29>",
|
| 36 |
-
"<extra_id_30>",
|
| 37 |
-
"<extra_id_31>",
|
| 38 |
-
"<extra_id_32>",
|
| 39 |
-
"<extra_id_33>",
|
| 40 |
-
"<extra_id_34>",
|
| 41 |
-
"<extra_id_35>",
|
| 42 |
-
"<extra_id_36>",
|
| 43 |
-
"<extra_id_37>",
|
| 44 |
-
"<extra_id_38>",
|
| 45 |
-
"<extra_id_39>",
|
| 46 |
-
"<extra_id_40>",
|
| 47 |
-
"<extra_id_41>",
|
| 48 |
-
"<extra_id_42>",
|
| 49 |
-
"<extra_id_43>",
|
| 50 |
-
"<extra_id_44>",
|
| 51 |
-
"<extra_id_45>",
|
| 52 |
-
"<extra_id_46>",
|
| 53 |
-
"<extra_id_47>",
|
| 54 |
-
"<extra_id_48>",
|
| 55 |
-
"<extra_id_49>",
|
| 56 |
-
"<extra_id_50>",
|
| 57 |
-
"<extra_id_51>",
|
| 58 |
-
"<extra_id_52>",
|
| 59 |
-
"<extra_id_53>",
|
| 60 |
-
"<extra_id_54>",
|
| 61 |
-
"<extra_id_55>",
|
| 62 |
-
"<extra_id_56>",
|
| 63 |
-
"<extra_id_57>",
|
| 64 |
-
"<extra_id_58>",
|
| 65 |
-
"<extra_id_59>",
|
| 66 |
-
"<extra_id_60>",
|
| 67 |
-
"<extra_id_61>",
|
| 68 |
-
"<extra_id_62>",
|
| 69 |
-
"<extra_id_63>",
|
| 70 |
-
"<extra_id_64>",
|
| 71 |
-
"<extra_id_65>",
|
| 72 |
-
"<extra_id_66>",
|
| 73 |
-
"<extra_id_67>",
|
| 74 |
-
"<extra_id_68>",
|
| 75 |
-
"<extra_id_69>",
|
| 76 |
-
"<extra_id_70>",
|
| 77 |
-
"<extra_id_71>",
|
| 78 |
-
"<extra_id_72>",
|
| 79 |
-
"<extra_id_73>",
|
| 80 |
-
"<extra_id_74>",
|
| 81 |
-
"<extra_id_75>",
|
| 82 |
-
"<extra_id_76>",
|
| 83 |
-
"<extra_id_77>",
|
| 84 |
-
"<extra_id_78>",
|
| 85 |
-
"<extra_id_79>",
|
| 86 |
-
"<extra_id_80>",
|
| 87 |
-
"<extra_id_81>",
|
| 88 |
-
"<extra_id_82>",
|
| 89 |
-
"<extra_id_83>",
|
| 90 |
-
"<extra_id_84>",
|
| 91 |
-
"<extra_id_85>",
|
| 92 |
-
"<extra_id_86>",
|
| 93 |
-
"<extra_id_87>",
|
| 94 |
-
"<extra_id_88>",
|
| 95 |
-
"<extra_id_89>",
|
| 96 |
-
"<extra_id_90>",
|
| 97 |
-
"<extra_id_91>",
|
| 98 |
-
"<extra_id_92>",
|
| 99 |
-
"<extra_id_93>",
|
| 100 |
-
"<extra_id_94>",
|
| 101 |
-
"<extra_id_95>",
|
| 102 |
-
"<extra_id_96>",
|
| 103 |
-
"<extra_id_97>",
|
| 104 |
-
"<extra_id_98>",
|
| 105 |
-
"<extra_id_99>"
|
| 106 |
-
],
|
| 107 |
-
"is_local": false,
|
| 108 |
-
"model_max_length": 1000000000000000019884624838656,
|
| 109 |
-
"pad_token": "<pad>",
|
| 110 |
-
"tokenizer_class": "T5Tokenizer",
|
| 111 |
-
"unk_token": "<unk>"
|
| 112 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s2000/training_state.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5c477690420cab752ddd0d064375d8bf49461f62ae28746f57ee0f50247cd5a2
|
| 3 |
-
size 1783449336
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s2500/config.json
DELETED
|
@@ -1,63 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"T5ForConditionalGeneration"
|
| 4 |
-
],
|
| 5 |
-
"classifier_dropout": 0.0,
|
| 6 |
-
"d_ff": 3072,
|
| 7 |
-
"d_kv": 64,
|
| 8 |
-
"d_model": 768,
|
| 9 |
-
"decoder_start_token_id": 0,
|
| 10 |
-
"dense_act_fn": "relu",
|
| 11 |
-
"dropout_rate": 0.1,
|
| 12 |
-
"dtype": "float32",
|
| 13 |
-
"eos_token_id": 1,
|
| 14 |
-
"feed_forward_proj": "relu",
|
| 15 |
-
"initializer_factor": 1.0,
|
| 16 |
-
"is_decoder": false,
|
| 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": 12,
|
| 23 |
-
"num_heads": 12,
|
| 24 |
-
"num_layers": 12,
|
| 25 |
-
"output_past": true,
|
| 26 |
-
"pad_token_id": 0,
|
| 27 |
-
"relative_attention_max_distance": 128,
|
| 28 |
-
"relative_attention_num_buckets": 32,
|
| 29 |
-
"scale_decoder_outputs": true,
|
| 30 |
-
"task_specific_params": {
|
| 31 |
-
"summarization": {
|
| 32 |
-
"early_stopping": true,
|
| 33 |
-
"length_penalty": 2.0,
|
| 34 |
-
"max_length": 200,
|
| 35 |
-
"min_length": 30,
|
| 36 |
-
"no_repeat_ngram_size": 3,
|
| 37 |
-
"num_beams": 4,
|
| 38 |
-
"prefix": "summarize: "
|
| 39 |
-
},
|
| 40 |
-
"translation_en_to_de": {
|
| 41 |
-
"early_stopping": true,
|
| 42 |
-
"max_length": 300,
|
| 43 |
-
"num_beams": 4,
|
| 44 |
-
"prefix": "translate English to German: "
|
| 45 |
-
},
|
| 46 |
-
"translation_en_to_fr": {
|
| 47 |
-
"early_stopping": true,
|
| 48 |
-
"max_length": 300,
|
| 49 |
-
"num_beams": 4,
|
| 50 |
-
"prefix": "translate English to French: "
|
| 51 |
-
},
|
| 52 |
-
"translation_en_to_ro": {
|
| 53 |
-
"early_stopping": true,
|
| 54 |
-
"max_length": 300,
|
| 55 |
-
"num_beams": 4,
|
| 56 |
-
"prefix": "translate English to Romanian: "
|
| 57 |
-
}
|
| 58 |
-
},
|
| 59 |
-
"tie_word_embeddings": true,
|
| 60 |
-
"transformers_version": "5.0.0",
|
| 61 |
-
"use_cache": true,
|
| 62 |
-
"vocab_size": 32128
|
| 63 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s2500/generation_config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"decoder_start_token_id": 0,
|
| 4 |
-
"eos_token_id": 1,
|
| 5 |
-
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.0.0"
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s2500/model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:973aa4ae895f3c7de04dec0ca01930cd62540b867c7d4e17d476e49e6dd77eb4
|
| 3 |
-
size 891644712
|
|
|
|
|
|
|
|
|
|
|
|
wikisql/t5-base/run_4/mid-e1-s2500/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|