DebasishDhal99 commited on
Commit
1beac1b
1 Parent(s): 6629c7e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ language:
5
+ - hi
6
+ size_categories:
7
+ - 1K<n<10K
8
+ ---
9
+
10
+ Conventions followed to decide the polarity: -
11
+
12
+ - labels consisting of a single value are left undisturbed, i.e. if label = 'pos', then it'll be pos
13
+ - labels consisting of multiple values separated by '&' are processed. If all the labels are the same ('pos&pos&pos' or 'neg&neg'), then the shortened form of the multiple label is assigned as the final label. For example, if label = 'pos&pos&pos', then final label will be 'pos'.
14
+ - labels consisting of mixed values ('pos&neg&pos' or 'neg&neu&pos') are rejected.
15
+
16
+ Contributors: -
17
+ - Kusumlata Patiyal