kevin-guillet commited on
Commit
ca7426f
·
1 Parent(s): f1e086b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': objective
11
+ '1': subjective
12
+ - name: language
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 8890977
17
+ num_examples: 56000
18
+ - name: test
19
+ num_bytes: 2241004
20
+ num_examples: 14000
21
+ download_size: 6574281
22
+ dataset_size: 11131981
23
+ ---
24
+ # Dataset Card for "subj_multi"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)