dejanseo commited on
Commit
666b816
1 Parent(s): 94a11bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: bigscience-openrail-m
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bigscience-openrail-m
3
  ---
4
+ Multi-label binary sequence classification model developed by Dejan Marketing.
5
+
6
+ This model is an albert/albert-base-v2 fine-tune trained to return an array of values for 10 classification labels.
7
+
8
+ # Human-readable labels
9
+ label_map = {
10
+ 1: 'Commercial',
11
+ 2: 'Non-Commercial',
12
+ 3: 'Branded',
13
+ 4: 'Non-Branded',
14
+ 5: 'Informational',
15
+ 6: 'Navigational',
16
+ 7: 'Transactional',
17
+ 8: 'Commercial Investigation',
18
+ 9: 'Local',
19
+ 10: 'Entertainment'
20
+ }