Tomás Fernandes
commited on
Commit
•
6121451
1
Parent(s):
294c373
add model
Browse files- config.json +53 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./models/checkpoint-848/",
|
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": "negative",
|
15 |
+
"1": "neutral",
|
16 |
+
"2": "positive"
|
17 |
+
},
|
18 |
+
"image_size": 56,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"label2id": {
|
21 |
+
"negative": 0,
|
22 |
+
"neutral": 1,
|
23 |
+
"positive": 2
|
24 |
+
},
|
25 |
+
"layer_norm_eps": 1e-12,
|
26 |
+
"max_position_embeddings": 2048,
|
27 |
+
"model_type": "perceiver",
|
28 |
+
"num_blocks": 1,
|
29 |
+
"num_cross_attention_heads": 8,
|
30 |
+
"num_frames": 16,
|
31 |
+
"num_latents": 256,
|
32 |
+
"num_self_attends_per_block": 26,
|
33 |
+
"num_self_attention_heads": 8,
|
34 |
+
"output_shape": [
|
35 |
+
1,
|
36 |
+
16,
|
37 |
+
224,
|
38 |
+
224
|
39 |
+
],
|
40 |
+
"problem_type": "single_label_classification",
|
41 |
+
"qk_channels": 256,
|
42 |
+
"samples_per_patch": 16,
|
43 |
+
"self_attention_widening_factor": 1,
|
44 |
+
"torch_dtype": "float32",
|
45 |
+
"train_size": [
|
46 |
+
368,
|
47 |
+
496
|
48 |
+
],
|
49 |
+
"transformers_version": "4.15.0",
|
50 |
+
"use_query_residual": true,
|
51 |
+
"v_channels": 1280,
|
52 |
+
"vocab_size": 262
|
53 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b42c8cd119a438d36a40f7116408383c614bd08d5d03c9076fa259b1d6b466b8
|
3 |
+
size 824583213
|