dejanseo commited on
Commit
174b18a
1 Parent(s): 8aeece9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -22,9 +22,19 @@ widget:
22
  ---
23
  Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
24
 
25
- This model is an albert/albert-base-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'
 
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. 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.
26
 
27
+ Interested in using this in an automated pipeline for bulk query processing? [book an appointment](https://dejanmarketing.com/conference/)
28
+
29
+ # Base Model
30
+
31
+ albert/albert-base-v2
32
+
33
+ # Output
34
+
35
+ A list of binary classes (0,1) for 10 classification labels.
36
+
37
+ ## Labels
38
 
39
  LABEL_0: 'Commercial'
40
  LABEL_1: 'Non-Commercial'