addy88's picture
add model
a61e3b2
raw
history blame
1.39 kB
{
"_name_or_path": "/content/mymodel",
"architectures": [
"PerceiverForImageClassificationLearned"
],
"attention_probs_dropout_prob": 0.1,
"audio_samples_per_frame": 1920,
"cross_attention_shape_for_attention": "kv",
"cross_attention_widening_factor": 1,
"d_latents": 1024,
"d_model": 512,
"hidden_act": "gelu",
"id2label": {
"0": "airplane",
"1": "automobile",
"2": "bird",
"3": "cat",
"4": "deer",
"5": "dog",
"6": "frog",
"7": "horse",
"8": "ship",
"9": "truck"
},
"image_size": 224,
"initializer_range": 0.02,
"label2id": {
"airplane": 0,
"automobile": 1,
"bird": 2,
"cat": 3,
"deer": 4,
"dog": 5,
"frog": 6,
"horse": 7,
"ship": 8,
"truck": 9
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 2048,
"model_type": "perceiver",
"num_blocks": 8,
"num_cross_attention_heads": 1,
"num_frames": 16,
"num_latents": 512,
"num_self_attends_per_block": 6,
"num_self_attention_heads": 8,
"output_shape": [
1,
16,
224,
224
],
"problem_type": "single_label_classification",
"qk_channels": null,
"samples_per_patch": 16,
"self_attention_widening_factor": 1,
"torch_dtype": "float32",
"train_size": [
368,
496
],
"transformers_version": "4.15.0",
"use_query_residual": true,
"v_channels": null,
"vocab_size": 262
}