e22vvb commited on
Commit
9fb9ed4
1 Parent(s): a31df24

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/tong/text_to_sql/content/EN_mt5-base_15_wikiSQL",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 2048,
7
+ "d_kv": 64,
8
+ "d_model": 768,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "gelu_new",
11
+ "dropout_rate": 0.1,
12
+ "eos_token_id": 1,
13
+ "feed_forward_proj": "gated-gelu",
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "is_gated_act": true,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "model_type": "t5",
19
+ "num_decoder_layers": 12,
20
+ "num_heads": 12,
21
+ "num_layers": 12,
22
+ "output_past": true,
23
+ "pad_token_id": 0,
24
+ "relative_attention_max_distance": 128,
25
+ "relative_attention_num_buckets": 32,
26
+ "tie_word_embeddings": false,
27
+ "tokenizer_class": "T5Tokenizer",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.26.1",
30
+ "use_cache": true,
31
+ "vocab_size": 250112
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6265fe92f4aa636d43d87c025b0fa2b2216c48e5f03756df2ef8230906de663c
3
+ size 2329702581
runs/Jan28_00-26-13_munich/1706376387.6944528/events.out.tfevents.1706376387.munich.1981634.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e98d686930d5c2f57411d5c15327096989ed478fb7539e1cfc83d9756b79c60
3
+ size 6086
runs/Jan28_00-26-13_munich/events.out.tfevents.1706376387.munich.1981634.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d6a0a875e3acd1d5ba0209c999b72b763d6333f5da41e7f59c0ecfc80d652a6
3
+ size 4315
runs/Jan28_00-33-46_munich/1706376845.995859/events.out.tfevents.1706376845.munich.1983350.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:842728d19fbc3f4e3f714e39dca106b5bbe1b29a5f5b2f40e29c4cbadd9530e2
3
+ size 6086
runs/Jan28_00-33-46_munich/events.out.tfevents.1706376845.munich.1983350.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1cafbb47051fcde209d028fb3e7a0c329d883e8204f548d5972c8a7a8df1559
3
+ size 4472
runs/Jan28_00-50-02_munich/1706377811.2436433/events.out.tfevents.1706377811.munich.1985315.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00dd375a80c275ceb18daf9cf17bdbf0debba19f3f6cf463d1a87afbe8cc2c1
3
+ size 6086
runs/Jan28_00-50-02_munich/events.out.tfevents.1706377811.munich.1985315.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afefb15399d558686e04bd1fa09c173b187717849485cdbaab6d3d3c5fa25974
3
+ size 4919
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff28e9975337f5aab7adb2ede20873e54a5a9011dc0dbb868b514b5cc017d116
3
+ size 3707