dejanseo commited on
Commit
e64e3af
1 Parent(s): 9d74cc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -8,16 +8,16 @@ widget:
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
 
@@ -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', # 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
 
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