contemmcm commited on
Commit
e37b766
1 Parent(s): 5923688

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - 10K<n<100K
8
+ dataset_info:
9
+ features:
10
+ - name: text
11
+ dtype: string
12
+ - name: label
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ '0': World
17
+ '1': Sports
18
+ '2': Business
19
+ '3': Sci/Tech
20
+ ---