dejanseo commited on
Commit
271a204
1 Parent(s): 56be032

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,5 +1,19 @@
1
  ---
2
  license: bigscience-openrail-m
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
5
 
 
1
  ---
2
  license: bigscience-openrail-m
3
+ pipeline_tag: text-classification
4
+ widget:
5
+ - text: "Please enter a sentence to classify its intent among various commercial and informational categories."
6
+ labels:
7
+ - Commercial
8
+ - Non-Commercial
9
+ - Branded
10
+ - Non-Branded
11
+ - Informational
12
+ - Navigational
13
+ - Transactional
14
+ - Commercial Investigation
15
+ - Local
16
+ - Entertainment
17
  ---
18
  Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
19