pedrogarcias commited on
Commit
0cc546a
·
1 Parent(s): b1012c4

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "unicamp-dl/ptt5-base-t5-vocab",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
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
+ "eos_token_id": 1,
13
+ "feed_forward_proj": "relu",
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "is_gated_act": false,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "model_type": "t5",
19
+ "n_positions": 512,
20
+ "num_decoder_layers": 12,
21
+ "num_heads": 12,
22
+ "num_layers": 12,
23
+ "output_past": true,
24
+ "pad_token_id": 0,
25
+ "relative_attention_max_distance": 128,
26
+ "relative_attention_num_buckets": 32,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.25.1",
29
+ "use_cache": true,
30
+ "vocab_size": 32128
31
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2149f9763d155219dd713036f22b2a1238d0bccb35d7574f8ef6af1a5a258435
3
+ size 891702929
runs/Jan18_19-04-54_f6d31a870226/1674068809.1766686/events.out.tfevents.1674068809.f6d31a870226.525.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd27086cc4a0994d1a1b7f8db13fbc05cf1f785fc50465ae8c0d795e4906e780
3
+ size 5799
runs/Jan18_19-04-54_f6d31a870226/events.out.tfevents.1674068741.f6d31a870226.525.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10a70a01d99fb2a615e16b59a199f406eef3e097ae134092aa56f5550b2de88b
3
+ size 4354
runs/Jan18_19-14-59_f6d31a870226/1674069319.1852055/events.out.tfevents.1674069319.f6d31a870226.4139.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:471c5c2226cf11406d0a45ba606f07ae68826f5b6826664b7dd218cb08a6016e
3
+ size 5799
runs/Jan18_19-14-59_f6d31a870226/events.out.tfevents.1674069319.f6d31a870226.4139.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0111684c4a67c432f4eba396e3f7d87a867d46e46cf8c363d0b647ead960af17
3
+ size 4791
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d62a73415331ae59c3d7be29cbb615c57d0d183a6033ee865c13e5c13d769878
3
+ size 3579