addy88 commited on
Commit
60d72bf
1 Parent(s): 18dce6f
Files changed (2) hide show
  1. config.json +51 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/mymodel",
3
+ "architectures": [
4
+ "PerceiverForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "audio_samples_per_frame": 1920,
8
+ "cross_attention_shape_for_attention": "kv",
9
+ "cross_attention_widening_factor": 1,
10
+ "d_latents": 1280,
11
+ "d_model": 768,
12
+ "hidden_act": "gelu",
13
+ "id2label": {
14
+ "0": "neg",
15
+ "1": "pos"
16
+ },
17
+ "image_size": 56,
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "neg": 0,
21
+ "pos": 1
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 2048,
25
+ "model_type": "perceiver",
26
+ "num_blocks": 1,
27
+ "num_cross_attention_heads": 8,
28
+ "num_frames": 16,
29
+ "num_latents": 256,
30
+ "num_self_attends_per_block": 26,
31
+ "num_self_attention_heads": 8,
32
+ "output_shape": [
33
+ 1,
34
+ 16,
35
+ 224,
36
+ 224
37
+ ],
38
+ "problem_type": "single_label_classification",
39
+ "qk_channels": 256,
40
+ "samples_per_patch": 16,
41
+ "self_attention_widening_factor": 1,
42
+ "torch_dtype": "float32",
43
+ "train_size": [
44
+ 368,
45
+ 496
46
+ ],
47
+ "transformers_version": "4.16.0.dev0",
48
+ "use_query_residual": true,
49
+ "v_channels": 1280,
50
+ "vocab_size": 262
51
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71c4bac5eea443167edc591da7664d6a7d834018a1d78c6f38151e8d197565d9
3
+ size 824578093