simecek commited on
Commit
5a585dd
1 Parent(s): 776fe80

Training in progress, step 6000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PerceiverForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "audio_samples_per_frame": 1920,
7
+ "cross_attention_shape_for_attention": "kv",
8
+ "cross_attention_widening_factor": 1,
9
+ "d_latents": 1280,
10
+ "d_model": 768,
11
+ "hidden_act": "gelu",
12
+ "image_size": 56,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 2048,
16
+ "model_type": "perceiver",
17
+ "num_blocks": 1,
18
+ "num_cross_attention_heads": 8,
19
+ "num_frames": 16,
20
+ "num_hidden_layers": 6,
21
+ "num_latents": 256,
22
+ "num_self_attends_per_block": 26,
23
+ "num_self_attention_heads": 8,
24
+ "output_shape": [
25
+ 1,
26
+ 16,
27
+ 224,
28
+ 224
29
+ ],
30
+ "qk_channels": null,
31
+ "samples_per_patch": 16,
32
+ "self_attention_widening_factor": 1,
33
+ "torch_dtype": "float32",
34
+ "train_size": [
35
+ 368,
36
+ 496
37
+ ],
38
+ "transformers_version": "4.19.4",
39
+ "use_query_residual": true,
40
+ "v_channels": null,
41
+ "vocab_size": 262
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5f2f66a63e0e2314c6f2080678027eac8ab0d406afa74ce9a644ac12f8b59d
3
+ size 1077435567
runs/Jun12_18-31-53_b3e5817f7f49/1655058749.6576886/events.out.tfevents.1655058749.b3e5817f7f49.229.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c3b34c05500b53fb889f584d348de6069d6b0bdbdeb34371f6ff3c2943b4a4
3
+ size 5167
runs/Jun12_18-31-53_b3e5817f7f49/events.out.tfevents.1655058749.b3e5817f7f49.229.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e6f207f82389354e0646883659e37985d747796e9922ed31622de615fa91ae3
3
+ size 4156
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a1e5c7584b3706dc13d4f6f0d7974bdfeed18a4bda7c2d941a1c159d64593c1
3
+ size 3247