dejanseo commited on
Commit
4ca7018
1 Parent(s): ff0542f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -13
README.md CHANGED
@@ -22,19 +22,33 @@ widget:
22
  ---
23
  Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
24
 
25
- This model is an albert/albert-xxlarge-v2 fine-tune trained to return an array of values for 10 classification labels.
26
-
27
- # Labels
28
-
29
- LABEL_0: 'Commercial',
30
- LABEL_1: 'Non-Commercial',
31
- LABEL_2: 'Branded', # Needs-further fine-tuning.
32
- LABEL_3: 'Non-Branded', # Needs-further fine-tuning.
33
- LABEL_4: 'Informational',
34
- LABEL_5: 'Navigational',
35
- LABEL_6: 'Transactional',
36
- LABEL_7: 'Commercial Investigation',
37
- LABEL_8: 'Local',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  LABEL_9: 'Entertainment'
39
 
40
  # Sources of Training Data
 
22
  ---
23
  Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
24
 
25
+ The model is designed to be deployed in an automated pipeline capable of classifying search query intent for thousands (or even millions) of search queries from common data sources such as Google Search Console, SEMRush, Ahrefs, Moz, Majestic and Google Ads.
26
+
27
+ This is a small demo model which may occassionally misclasify some queries. In a typical commercial project a larger model is deployed for the task, and in special cases, a domain-specific model is developed for the client.
28
+
29
+ # Engage Our Team
30
+ Interested in using this in an automated pipeline for bulk query processing?
31
+ Please [book an appointment](https://dejanmarketing.com/conference/) to discuss your needs.
32
+
33
+ # Base Model
34
+
35
+ albert/albert-xxlarge-v2
36
+
37
+ # Output
38
+
39
+ A list of binary classes (0,1) for 10 classification labels.
40
+
41
+ ## Labels
42
+
43
+ LABEL_0: 'Commercial'
44
+ LABEL_1: 'Non-Commercial'
45
+ LABEL_2: 'Branded' # Needs-further fine-tuning.
46
+ LABEL_3: 'Non-Branded' # Needs-further fine-tuning.
47
+ LABEL_4: 'Informational'
48
+ LABEL_5: 'Navigational'
49
+ LABEL_6: 'Transactional'
50
+ LABEL_7: 'Commercial Investigation'
51
+ LABEL_8: 'Local'
52
  LABEL_9: 'Entertainment'
53
 
54
  # Sources of Training Data