File size: 572 Bytes
4be4621
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "architectures": [
    "EfficientNetEncoder"
  ],
  "model_type": "efficient_net",
  "hidden_size": 1280,
  "num_attention_heads": null,
  "image_size": 224,
  "patch_size": null,
  "num_channels": 3,
  "initializer_range": 0.02,
  "layer_norm_eps": 1e-12,
  "dropout": 0.0,
  "attention_dropout": 0.0,
  "hidden_dropout_prob": 0.0,
  "use_cache": true,
  "pad_token_id": null,
  "bos_token_id": null,
  "eos_token_id": null,
  "tie_word_embeddings": false,
  "torch_dtype": "float32",
  "transformers_version": "4.28.0",
  "framework": "onnx"
}