Huyen2310 commited on
Commit
7462355
·
1 Parent(s): cd85e77

Training in progress, step 233

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "VietAI/vit5-base",
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.26.1",
29
+ "use_cache": false,
30
+ "vocab_size": 36096
31
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec9e2f8275468e34fd7b7ea278dc96042634085b90deadc64e9bdbf1e786f14e
3
+ size 903892625
runs/Mar03_08-19-45_2d1cdd25ab2d/1677831593.6412172/events.out.tfevents.1677831593.2d1cdd25ab2d.498.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d1509f19c50fb49363af3ad7b0a439dd38a63da7d6983c9825e929ab2561b6e
3
+ size 5878
runs/Mar03_08-19-45_2d1cdd25ab2d/events.out.tfevents.1677831593.2d1cdd25ab2d.498.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f173ad9ba60d233e44f835ce29bb223606db1c0ab0538e756dd6eb0f0ad91dc
3
+ size 5729
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c071c3c501d868c4b0cf1a995fcc0ed3eada3f611a6fc91d9f38acff60dc19b
3
+ size 3579