File size: 2,585 Bytes
41f1326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
  "_name_or_path": "bert-base-uncased",
  "architectures": [
    "BertForSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "Specialty Food Stores",
    "1": "Hotels and Inns",
    "2": "Schools and Universities",
    "3": "Shopping mall",
    "4": "Museums and Galleries",
    "5": "Restaurants",
    "6": "Parks",
    "7": "Shops",
    "8": "Cafes and Coffee Shops",
    "9": "Cultural Institutions",
    "10": "Places of Worship",
    "11": "Leisure and Amusement",
    "12": "Tourist Attractions",
    "13": "Medical Services",
    "14": "Social Services",
    "15": "Food Courts",
    "16": "Sports and Fitness",
    "17": "Outdoor Activities",
    "18": "Training and Development",
    "19": "Bars and Pubs",
    "20": "Industrial and Commercial",
    "21": "Wellness Services",
    "22": "Pets Services",
    "23": "Public Transit",
    "24": "Performing Arts",
    "25": "Vehicle Services",
    "26": "Other Lodging",
    "27": "Professional Services",
    "28": "Government Services",
    "29": "Religious Services",
    "30": "Travel Services"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Bars and Pubs": 19,
    "Cafes and Coffee Shops": 8,
    "Cultural Institutions": 9,
    "Food Courts": 15,
    "Government Services": 28,
    "Hotels and Inns": 1,
    "Industrial and Commercial": 20,
    "Leisure and Amusement": 11,
    "Medical Services": 13,
    "Museums and Galleries": 4,
    "Other Lodging": 26,
    "Outdoor Activities": 17,
    "Parks": 6,
    "Performing Arts": 24,
    "Pets Services": 22,
    "Places of Worship": 10,
    "Professional Services": 27,
    "Public Transit": 23,
    "Religious Services": 29,
    "Restaurants": 5,
    "Schools and Universities": 2,
    "Shopping mall": 3,
    "Shops": 7,
    "Social Services": 14,
    "Specialty Food Stores": 0,
    "Sports and Fitness": 16,
    "Tourist Attractions": 12,
    "Training and Development": 18,
    "Travel Services": 30,
    "Vehicle Services": 25,
    "Wellness Services": 21
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "position_embedding_type": "absolute",
  "problem_type": "single_label_classification",
  "torch_dtype": "float32",
  "transformers_version": "4.43.3",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 30522
}