Initial Commit
Browse files- config.json +93 -0
- model.safetensors +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "Specialty Food Stores",
|
14 |
+
"1": "Hotels and Inns",
|
15 |
+
"2": "Schools and Universities",
|
16 |
+
"3": "Shopping mall",
|
17 |
+
"4": "Museums and Galleries",
|
18 |
+
"5": "Restaurants",
|
19 |
+
"6": "Parks",
|
20 |
+
"7": "Shops",
|
21 |
+
"8": "Cafes and Coffee Shops",
|
22 |
+
"9": "Cultural Institutions",
|
23 |
+
"10": "Places of Worship",
|
24 |
+
"11": "Leisure and Amusement",
|
25 |
+
"12": "Tourist Attractions",
|
26 |
+
"13": "Medical Services",
|
27 |
+
"14": "Social Services",
|
28 |
+
"15": "Food Courts",
|
29 |
+
"16": "Sports and Fitness",
|
30 |
+
"17": "Outdoor Activities",
|
31 |
+
"18": "Training and Development",
|
32 |
+
"19": "Bars and Pubs",
|
33 |
+
"20": "Industrial and Commercial",
|
34 |
+
"21": "Wellness Services",
|
35 |
+
"22": "Pets Services",
|
36 |
+
"23": "Public Transit",
|
37 |
+
"24": "Performing Arts",
|
38 |
+
"25": "Vehicle Services",
|
39 |
+
"26": "Other Lodging",
|
40 |
+
"27": "Professional Services",
|
41 |
+
"28": "Government Services",
|
42 |
+
"29": "Religious Services",
|
43 |
+
"30": "Travel Services"
|
44 |
+
},
|
45 |
+
"initializer_range": 0.02,
|
46 |
+
"intermediate_size": 3072,
|
47 |
+
"label2id": {
|
48 |
+
"Bars and Pubs": 19,
|
49 |
+
"Cafes and Coffee Shops": 8,
|
50 |
+
"Cultural Institutions": 9,
|
51 |
+
"Food Courts": 15,
|
52 |
+
"Government Services": 28,
|
53 |
+
"Hotels and Inns": 1,
|
54 |
+
"Industrial and Commercial": 20,
|
55 |
+
"Leisure and Amusement": 11,
|
56 |
+
"Medical Services": 13,
|
57 |
+
"Museums and Galleries": 4,
|
58 |
+
"Other Lodging": 26,
|
59 |
+
"Outdoor Activities": 17,
|
60 |
+
"Parks": 6,
|
61 |
+
"Performing Arts": 24,
|
62 |
+
"Pets Services": 22,
|
63 |
+
"Places of Worship": 10,
|
64 |
+
"Professional Services": 27,
|
65 |
+
"Public Transit": 23,
|
66 |
+
"Religious Services": 29,
|
67 |
+
"Restaurants": 5,
|
68 |
+
"Schools and Universities": 2,
|
69 |
+
"Shopping mall": 3,
|
70 |
+
"Shops": 7,
|
71 |
+
"Social Services": 14,
|
72 |
+
"Specialty Food Stores": 0,
|
73 |
+
"Sports and Fitness": 16,
|
74 |
+
"Tourist Attractions": 12,
|
75 |
+
"Training and Development": 18,
|
76 |
+
"Travel Services": 30,
|
77 |
+
"Vehicle Services": 25,
|
78 |
+
"Wellness Services": 21
|
79 |
+
},
|
80 |
+
"layer_norm_eps": 1e-12,
|
81 |
+
"max_position_embeddings": 512,
|
82 |
+
"model_type": "bert",
|
83 |
+
"num_attention_heads": 12,
|
84 |
+
"num_hidden_layers": 12,
|
85 |
+
"pad_token_id": 0,
|
86 |
+
"position_embedding_type": "absolute",
|
87 |
+
"problem_type": "single_label_classification",
|
88 |
+
"torch_dtype": "float32",
|
89 |
+
"transformers_version": "4.43.3",
|
90 |
+
"type_vocab_size": 2,
|
91 |
+
"use_cache": true,
|
92 |
+
"vocab_size": 30522
|
93 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b487a918ef3c82b494e22f9f7f8ff5374a843fa4fce7a5e1ad1565dd90833908
|
3 |
+
size 438047852
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|