Update README.md
Browse files
README.md
CHANGED
@@ -23,16 +23,15 @@ Multi-label binary sequence classification model developed by [Dejan Marketing](
|
|
23 |
|
24 |
This model is an albert/albert-base-v2 fine-tune trained to return an array of values for 10 classification labels.
|
25 |
|
26 |
-
#
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
}
|
|
|
23 |
|
24 |
This model is an albert/albert-base-v2 fine-tune trained to return an array of values for 10 classification labels.
|
25 |
|
26 |
+
# Labels
|
27 |
+
|
28 |
+
LABEL_0: 'Commercial',
|
29 |
+
LABEL_1: 'Non-Commercial',
|
30 |
+
LABEL_2: 'Branded',
|
31 |
+
LABEL_3: 'Non-Branded',
|
32 |
+
LABEL_4: 'Informational',
|
33 |
+
LABEL_5: 'Navigational',
|
34 |
+
LABEL_6: 'Transactional',
|
35 |
+
LABEL_7: 'Commercial Investigation',
|
36 |
+
LABEL_8: 'Local',
|
37 |
+
LABEL_9: 'Entertainment'
|
|