Upload BertForSequenceClassification
Browse files- README.md +7 -7
- config.json +32 -34
- model.safetensors +2 -2
README.md
CHANGED
@@ -3,13 +3,13 @@ library_name: transformers
|
|
3 |
language: ar
|
4 |
pipeline_tag: text-classification
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
license: apache-2.0
|
14 |
---
|
15 |
|
|
|
3 |
language: ar
|
4 |
pipeline_tag: text-classification
|
5 |
tags:
|
6 |
+
- text-classification
|
7 |
+
- intent-classification
|
8 |
+
- marbert
|
9 |
+
- egyptian-arabic
|
10 |
+
- nlu
|
11 |
+
- e-commerce
|
12 |
+
- customer-service
|
13 |
license: apache-2.0
|
14 |
---
|
15 |
|
config.json
CHANGED
@@ -10,52 +10,50 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
"2": "nutrition_info",
|
16 |
-
"3": "
|
17 |
"4": "product_availability",
|
18 |
"5": "out_of_scope",
|
19 |
-
"6": "
|
20 |
"7": "product_suggestions",
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "
|
24 |
-
"11": "
|
25 |
-
"12": "
|
26 |
-
"13": "
|
27 |
-
"14": "
|
28 |
-
"15": "
|
29 |
-
"16": "
|
30 |
-
"17": "
|
31 |
-
"18": "
|
32 |
-
"19": "
|
33 |
-
"20": "pricing_policy"
|
34 |
},
|
35 |
"initializer_range": 0.02,
|
36 |
"intermediate_size": 3072,
|
37 |
"label2id": {
|
38 |
-
"active_discounts":
|
39 |
-
"app_info":
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
|
|
|
|
|
|
|
|
43 |
"nutrition_info": 2,
|
44 |
-
"order_status": 0,
|
45 |
"out_of_scope": 5,
|
46 |
-
"price_comparison":
|
47 |
-
"pricing_policy":
|
48 |
-
"product_alternatives": 8,
|
49 |
"product_availability": 4,
|
50 |
-
"product_comparison":
|
51 |
-
"product_details":
|
52 |
-
"product_price": 12,
|
53 |
"product_suggestions": 7,
|
54 |
-
"product_usage":
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"similar_products": 6,
|
58 |
-
"supply_info": 19
|
59 |
},
|
60 |
"layer_norm_eps": 1e-12,
|
61 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "track_order_status",
|
14 |
+
"1": "get_shipping_policy",
|
15 |
"2": "nutrition_info",
|
16 |
+
"3": "find_cheaper_option",
|
17 |
"4": "product_availability",
|
18 |
"5": "out_of_scope",
|
19 |
+
"6": "find_product_alternative",
|
20 |
"7": "product_suggestions",
|
21 |
+
"8": "active_discounts",
|
22 |
+
"9": "product_comparison",
|
23 |
+
"10": "price_comparison",
|
24 |
+
"11": "get_product_price",
|
25 |
+
"12": "product_usage",
|
26 |
+
"13": "app_info",
|
27 |
+
"14": "how_to_order",
|
28 |
+
"15": "company_info",
|
29 |
+
"16": "product_details",
|
30 |
+
"17": "supply_info",
|
31 |
+
"18": "pricing_policy",
|
32 |
+
"19": "get_help"
|
|
|
33 |
},
|
34 |
"initializer_range": 0.02,
|
35 |
"intermediate_size": 3072,
|
36 |
"label2id": {
|
37 |
+
"active_discounts": 8,
|
38 |
+
"app_info": 13,
|
39 |
+
"company_info": 15,
|
40 |
+
"find_cheaper_option": 3,
|
41 |
+
"find_product_alternative": 6,
|
42 |
+
"get_help": 19,
|
43 |
+
"get_product_price": 11,
|
44 |
+
"get_shipping_policy": 1,
|
45 |
+
"how_to_order": 14,
|
46 |
"nutrition_info": 2,
|
|
|
47 |
"out_of_scope": 5,
|
48 |
+
"price_comparison": 10,
|
49 |
+
"pricing_policy": 18,
|
|
|
50 |
"product_availability": 4,
|
51 |
+
"product_comparison": 9,
|
52 |
+
"product_details": 16,
|
|
|
53 |
"product_suggestions": 7,
|
54 |
+
"product_usage": 12,
|
55 |
+
"supply_info": 17,
|
56 |
+
"track_order_status": 0
|
|
|
|
|
57 |
},
|
58 |
"layer_norm_eps": 1e-12,
|
59 |
"max_position_embeddings": 512,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8113e1fef9a433ed52e61fd33d68537a5a849271598efb2a84dc773ff72a3465
|
3 |
+
size 651450448
|