Fan commited on
Commit
54f7aaa
·
1 Parent(s): 9073e5b

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": "google/flan-t5-large",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 2816,
7
+ "d_kv": 64,
8
+ "d_model": 1024,
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
+ "n_positions": 512,
20
+ "num_decoder_layers": 24,
21
+ "num_heads": 16,
22
+ "num_layers": 24,
23
+ "output_past": true,
24
+ "pad_token_id": 0,
25
+ "relative_attention_max_distance": 128,
26
+ "relative_attention_num_buckets": 32,
27
+ "tie_word_embeddings": false,
28
+ "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.26.0",
30
+ "use_cache": false,
31
+ "vocab_size": 32128
32
+ }
logs/1689845468.9493246/events.out.tfevents.1689845468.Emilia88.78790.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9d862d45a98ed2061757432dabfbe39e977966603302b71446bdf84f98183d3
3
+ size 5999
logs/1689846161.8889925/events.out.tfevents.1689846161.Emilia88.82704.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5b803f79ef34f11335fa8178b83879ff989ca2a47d243b7b2fe30f1018b9fc8
3
+ size 5999
logs/1689848712.384012/events.out.tfevents.1689848712.Emilia88.95987.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c33d97bd0bb0dd1bfe489f8435cea4c95f585290260aad1dcf4b313b1126bbd
3
+ size 5999
logs/events.out.tfevents.1689845468.Emilia88.78790.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9596c7cfaa155369bfa9a69a003db753daedebcb05ad87247e4dbe8cd84e0e3c
3
+ size 4140
logs/events.out.tfevents.1689846161.Emilia88.82704.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aba6598a87a020d59a35e5eecd5bcf9eba3160057b9e529d05abc670ad6f6fc
3
+ size 4140
logs/events.out.tfevents.1689848712.Emilia88.95987.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24142502e22ba6548f221153b23ee8542c02d5ec06f94783e42de63e82b77cf
3
+ size 4979
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bc29b74848292e822768c961b00b4fab7611d0dbb1a77436ff09cf1ade2e7b5
3
+ size 1566485509
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95c02e01d0bea6c65ca119c22c504dc269a7e0b65d45a9fdbb6e71def0f430ea
3
+ size 4795