Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
---
|
2 |
license: bigscience-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: bigscience-openrail-m
|
3 |
+
pipeline_tag: text-classification
|
4 |
+
|
5 |
+
widget:
|
6 |
+
- example_title: "Commercial Query"
|
7 |
+
text: "online insurance quotes"
|
8 |
+
- example_title: "Local Query"
|
9 |
+
text: "pie shop in brisbane"
|
10 |
+
labels:
|
11 |
+
- 1
|
12 |
+
- 2
|
13 |
+
- 3
|
14 |
+
- 4
|
15 |
+
- 5
|
16 |
+
- 6
|
17 |
+
- 7
|
18 |
+
- 8
|
19 |
+
- 9
|
20 |
+
- 10
|
21 |
---
|
22 |
+
Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
|
23 |
+
|
24 |
+
This model is an albert/albert-xxlarge-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', # 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'
|