File size: 902 Bytes
ead4ce0
 
271a204
2aee76f
271a204
2aee76f
 
 
 
271a204
85b559f
 
 
 
 
 
 
 
 
 
ead4ce0
56be032
666b816
 
 
ce5c5f5
 
 
 
226e1af
f5a0665
ce5c5f5
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
license: bigscience-openrail-m
pipeline_tag: text-classification

widget:
  - example_title: "Commercial Query"
    text: "online insurance quotes"
  - example_title: "Local Query"
    text: "pie shop in brisbane"
labels:
  - 1
  - 2
  - 3
  - 4
  - 5
  - 6
  - 7
  - 8
  - 9
  - 10
---
Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).

This model is an albert/albert-base-v2 fine-tune trained to return an array of values for 10 classification labels.

# Labels

    LABEL_0: 'Commercial',
    LABEL_1: 'Non-Commercial',
    LABEL_2: 'Branded', # Unreliable. Needs-further fine-tuning.
    LABEL_3: 'Non-Branded', # Unreliable. Needs-further fine-tuning.
    LABEL_4: 'Informational',
    LABEL_5: 'Navigational',
    LABEL_6: 'Transactional',
    LABEL_7: 'Commercial Investigation',
    LABEL_8: 'Local',
    LABEL_9: 'Entertainment'