Update README.md
Browse files
README.md
CHANGED
@@ -8,16 +8,16 @@ widget:
|
|
8 |
- example_title: "Local Query"
|
9 |
text: "pie shop in brisbane"
|
10 |
labels:
|
11 |
-
-
|
12 |
-
-
|
13 |
-
-
|
14 |
-
-
|
15 |
-
-
|
16 |
-
-
|
17 |
-
-
|
18 |
-
-
|
19 |
-
-
|
20 |
-
-
|
21 |
---
|
22 |
Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
|
23 |
|
@@ -25,15 +25,15 @@ This model is an albert/albert-base-v2 fine-tune trained to return an array of v
|
|
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'
|
38 |
|
39 |
# Sources of Training Data
|
|
|
8 |
- example_title: "Local Query"
|
9 |
text: "pie shop in brisbane"
|
10 |
labels:
|
11 |
+
- LABEL_0: 'Commercial'
|
12 |
+
- LABEL_1: 'Non-Commercial'
|
13 |
+
- LABEL_2: 'Branded' # Unreliable. Needs-further fine-tuning.
|
14 |
+
- LABEL_3: 'Non-Branded' # Unreliable. Needs-further fine-tuning.
|
15 |
+
- LABEL_4: 'Informational'
|
16 |
+
- LABEL_5: 'Navigational'
|
17 |
+
- LABEL_6: 'Transactional'
|
18 |
+
- LABEL_7: 'Commercial Investigation'
|
19 |
+
- LABEL_8: 'Local'
|
20 |
+
- LABEL_9: 'Entertainment'
|
21 |
---
|
22 |
Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
|
23 |
|
|
|
25 |
|
26 |
# Labels
|
27 |
|
28 |
+
LABEL_0: 'Commercial'
|
29 |
+
LABEL_1: 'Non-Commercial'
|
30 |
+
LABEL_2: 'Branded' # Unreliable. Needs-further fine-tuning.
|
31 |
+
LABEL_3: 'Non-Branded' # Unreliable. Needs-further fine-tuning.
|
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'
|
38 |
|
39 |
# Sources of Training Data
|