File size: 1,190 Bytes
2c85d63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "_name_or_path": "google/vit-large-patch16-224",
  "_num_labels": 12,
  "architectures": [
    "ViTForImageClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "encoder_stride": 16,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 1024,
  "id2label": {
    "0": "Appraisal Report",
    "1": "Block",
    "2": "Columns",
    "3": "Commision Form",
    "4": "Don't Know",
    "5": "Free Text",
    "6": "Lease Agreement",
    "7": "MLS",
    "8": "Offering Memo",
    "9": "Profile",
    "10": "Rent Roll",
    "11": "Table"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 4096,
  "label2id": {
    "Appraisal Report": 0,
    "Block": 1,
    "Columns": 2,
    "Commision Form": 3,
    "Don't Know": 4,
    "Free Text": 5,
    "Lease Agreement": 6,
    "MLS": 7,
    "Offering Memo": 8,
    "Profile": 9,
    "Rent Roll": 10,
    "Table": 11
  },
  "layer_norm_eps": 1e-12,
  "model_type": "vit",
  "num_attention_heads": 16,
  "num_channels": 3,
  "num_hidden_layers": 24,
  "patch_size": 16,
  "problem_type": "single_label_classification",
  "qkv_bias": true,
  "torch_dtype": "float32",
  "transformers_version": "4.45.0"
}