Ilkin Ismayilzade commited on
Commit
51b7e22
·
verified ·
1 Parent(s): 6abf04d

Upload folder using huggingface_hub

Browse files
model files/config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-multilingual-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "review",
14
+ "1": "delete_account",
15
+ "2": "recover_password",
16
+ "3": "get_invoice",
17
+ "4": "track_order",
18
+ "5": "check_invoice",
19
+ "6": "check_payment_methods",
20
+ "7": "contact_customer_service",
21
+ "8": "switch_account",
22
+ "9": "set_up_shipping_address",
23
+ "10": "change_order",
24
+ "11": "track_refund",
25
+ "12": "payment_issue",
26
+ "13": "check_refund_policy",
27
+ "14": "contact_human_agent",
28
+ "15": "check_cancellation_fee",
29
+ "16": "edit_account",
30
+ "17": "delivery_options",
31
+ "18": "newsletter_subscription",
32
+ "19": "change_shipping_address",
33
+ "20": "place_order",
34
+ "21": "cancel_order",
35
+ "22": "complaint",
36
+ "23": "get_refund",
37
+ "24": "registration_problems",
38
+ "25": "delivery_period",
39
+ "26": "create_account"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ "cancel_order": 21,
45
+ "change_order": 10,
46
+ "change_shipping_address": 19,
47
+ "check_cancellation_fee": 15,
48
+ "check_invoice": 5,
49
+ "check_payment_methods": 6,
50
+ "check_refund_policy": 13,
51
+ "complaint": 22,
52
+ "contact_customer_service": 7,
53
+ "contact_human_agent": 14,
54
+ "create_account": 26,
55
+ "delete_account": 1,
56
+ "delivery_options": 17,
57
+ "delivery_period": 25,
58
+ "edit_account": 16,
59
+ "get_invoice": 3,
60
+ "get_refund": 23,
61
+ "newsletter_subscription": 18,
62
+ "payment_issue": 12,
63
+ "place_order": 20,
64
+ "recover_password": 2,
65
+ "registration_problems": 24,
66
+ "review": 0,
67
+ "set_up_shipping_address": 9,
68
+ "switch_account": 8,
69
+ "track_order": 4,
70
+ "track_refund": 11
71
+ },
72
+ "layer_norm_eps": 1e-12,
73
+ "max_position_embeddings": 512,
74
+ "model_type": "bert",
75
+ "num_attention_heads": 12,
76
+ "num_hidden_layers": 12,
77
+ "pad_token_id": 0,
78
+ "pooler_fc_size": 768,
79
+ "pooler_num_attention_heads": 12,
80
+ "pooler_num_fc_layers": 3,
81
+ "pooler_size_per_head": 128,
82
+ "pooler_type": "first_token_transform",
83
+ "position_embedding_type": "absolute",
84
+ "problem_type": "single_label_classification",
85
+ "torch_dtype": "float32",
86
+ "transformers_version": "4.39.3",
87
+ "type_vocab_size": 2,
88
+ "use_cache": true,
89
+ "vocab_size": 105879
90
+ }
model files/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e53c5e335d6aa7e66b3b80b951646cd9d260d03c84693a344656311c88c62257
3
+ size 669532268
model files/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
+ }
model files/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
model files/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "max_length": 512,
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
model files/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9313ecc32bc6c265f3364846e4adfd631db7b1116ebfdb94d4cb1c85b2f3e610
3
+ size 4920
model files/vocab.txt ADDED
The diff for this file is too large to render. See raw diff