dejanseo commited on
Commit
38cc9ef
1 Parent(s): e64e3af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -8,16 +8,17 @@ widget:
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
 
 
8
  - example_title: "Local Query"
9
  text: "pie shop in brisbane"
10
  labels:
11
+ - LABEL_0: 'Commercial - Queries related to businesses and services'
12
+ - LABEL_1: 'Non-Commercial - General queries not related to businesses'
13
+ - LABEL_2: 'Branded - Queries that include specific brand names (Needs fine-tuning)'
14
+ - LABEL_3: 'Non-Branded - General queries without brand names (Needs fine-tuning)'
15
+ - LABEL_4: 'Informational - Queries seeking information'
16
+ - LABEL_5: 'Navigational - Queries intended to find a particular website or page'
17
+ - LABEL_6: 'Transactional - Queries that indicate an intent to complete a transaction or action'
18
+ - LABEL_7: 'Commercial Investigation - Queries for researching products or services'
19
+ - LABEL_8: 'Local - Queries looking for local businesses or services'
20
+ - LABEL_9: 'Entertainment - Queries related to entertainment and leisure activities'
21
+
22
  ---
23
  Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
24