Kaave19 commited on
Commit
e33722f
·
verified ·
1 Parent(s): de175f4

Upload fine-tuned intent classifier

Browse files
config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": null,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_dim": 3072,
13
+ "id2label": {
14
+ "0": "cancel_order",
15
+ "1": "change_order",
16
+ "2": "change_shipping_address",
17
+ "3": "check_cancellation_fee",
18
+ "4": "check_invoice",
19
+ "5": "check_payment_methods",
20
+ "6": "check_refund_policy",
21
+ "7": "complaint",
22
+ "8": "contact_customer_service",
23
+ "9": "contact_human_agent",
24
+ "10": "create_account",
25
+ "11": "delete_account",
26
+ "12": "delivery_options",
27
+ "13": "delivery_period",
28
+ "14": "edit_account",
29
+ "15": "get_invoice",
30
+ "16": "get_refund",
31
+ "17": "newsletter_subscription",
32
+ "18": "payment_issue",
33
+ "19": "place_order",
34
+ "20": "recover_password",
35
+ "21": "registration_problems",
36
+ "22": "review",
37
+ "23": "set_up_shipping_address",
38
+ "24": "switch_account",
39
+ "25": "track_order",
40
+ "26": "track_refund"
41
+ },
42
+ "initializer_range": 0.02,
43
+ "label2id": {
44
+ "cancel_order": 0,
45
+ "change_order": 1,
46
+ "change_shipping_address": 2,
47
+ "check_cancellation_fee": 3,
48
+ "check_invoice": 4,
49
+ "check_payment_methods": 5,
50
+ "check_refund_policy": 6,
51
+ "complaint": 7,
52
+ "contact_customer_service": 8,
53
+ "contact_human_agent": 9,
54
+ "create_account": 10,
55
+ "delete_account": 11,
56
+ "delivery_options": 12,
57
+ "delivery_period": 13,
58
+ "edit_account": 14,
59
+ "get_invoice": 15,
60
+ "get_refund": 16,
61
+ "newsletter_subscription": 17,
62
+ "payment_issue": 18,
63
+ "place_order": 19,
64
+ "recover_password": 20,
65
+ "registration_problems": 21,
66
+ "review": 22,
67
+ "set_up_shipping_address": 23,
68
+ "switch_account": 24,
69
+ "track_order": 25,
70
+ "track_refund": 26
71
+ },
72
+ "max_position_embeddings": 512,
73
+ "model_type": "distilbert",
74
+ "n_heads": 12,
75
+ "n_layers": 6,
76
+ "pad_token_id": 0,
77
+ "problem_type": "single_label_classification",
78
+ "qa_dropout": 0.1,
79
+ "seq_classif_dropout": 0.2,
80
+ "sinusoidal_pos_embds": false,
81
+ "tie_weights_": true,
82
+ "tie_word_embeddings": true,
83
+ "transformers_version": "5.8.1",
84
+ "use_cache": false,
85
+ "vocab_size": 30522
86
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00a2033768763cfe99d5d46fa874b395fce2695d713b428f30fe7f11a4fcddaa
3
+ size 267909468
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "is_local": false,
6
+ "local_files_only": false,
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 512,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cde07bf19b2ed443c23f244e1f432a5bc4c2b7b9308e796863d92e32215eb72
3
+ size 5329