e22vvb commited on
Commit
b6c068b
1 Parent(s): 72288e0

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:29b41185ab6786e0da0a11a29afaa87b639fca8e4854e4804922a1c6691af496
3
+ size 2329702581
runs/Feb05_10-30-26_munich/1707103838.8026023/events.out.tfevents.1707103838.munich.1525152.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3024e9374bf2884f33721c787085f7e6ecc7765a73ff525fd12c11c85a5a1570
3
+ size 6104
runs/Feb05_10-30-26_munich/events.out.tfevents.1707103838.munich.1525152.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5d44ab034c696d2faa92b3b52fd42a433b717b96649ef148e76ccbe90d741e0
3
+ size 4332
runs/Feb05_10-33-21_munich/1707104009.1637342/events.out.tfevents.1707104009.munich.1526136.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d9d61a09598114303965da8a1493c2d9de238a777cf6efaf9e2d08c3557c533
3
+ size 6104
runs/Feb05_10-33-21_munich/events.out.tfevents.1707104009.munich.1526136.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d800626ab0941b293f4c10229679a735156a62732a18baad270646615f849e
3
+ size 5093
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f96ae22d535ef7121eede3eaa600fbafcbfb8bf4aa49df55b77861cc1580f55
3
+ size 3707