Hari5115 commited on
Commit
2711ecd
·
verified ·
1 Parent(s): f0d906f

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +60 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "embedding_size": 768,
11
+ "eos_token_id": null,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "cancel_order",
17
+ "1": "damaged_item",
18
+ "2": "delivery_complaint",
19
+ "3": "discount_query",
20
+ "4": "exchange_product",
21
+ "5": "other",
22
+ "6": "payment_issue",
23
+ "7": "product_availability",
24
+ "8": "product_information",
25
+ "9": "refund_status",
26
+ "10": "return_request",
27
+ "11": "track_order",
28
+ "12": "wrong_item"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "is_decoder": false,
33
+ "label2id": {
34
+ "cancel_order": 0,
35
+ "damaged_item": 1,
36
+ "delivery_complaint": 2,
37
+ "discount_query": 3,
38
+ "exchange_product": 4,
39
+ "other": 5,
40
+ "payment_issue": 6,
41
+ "product_availability": 7,
42
+ "product_information": 8,
43
+ "refund_status": 9,
44
+ "return_request": 10,
45
+ "track_order": 11,
46
+ "wrong_item": 12
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "max_position_embeddings": 512,
50
+ "model_type": "bert",
51
+ "num_attention_heads": 12,
52
+ "num_hidden_layers": 12,
53
+ "pad_token_id": 0,
54
+ "problem_type": "single_label_classification",
55
+ "tie_word_embeddings": true,
56
+ "transformers_version": "5.0.0",
57
+ "type_vocab_size": 2,
58
+ "use_cache": false,
59
+ "vocab_size": 197285
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a67925b055da407b65d9eed751846cadffa3cde3fb2920080da91add6b1ce32
3
+ size 950288404