guyhadad01 commited on
Commit
991ad15
1 Parent(s): c9775e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: text
12
+ dtype: string
13
+ - name: label_7
14
+ dtype: int64
15
+ - name: label_6
16
+ dtype: int64
17
+ - name: label_5
18
+ dtype: int64
19
+ - name: label_4
20
+ dtype: int64
21
+ - name: label_3
22
+ dtype: int64
23
+ - name: label_2
24
+ dtype: int64
25
+ - name: label_1
26
+ dtype: int64
27
+ - name: label_8
28
+ dtype: int64
29
+ splits:
30
+ - name: train
31
+ num_bytes: 43397
32
+ num_examples: 263
33
+ - name: test
34
+ num_bytes: 10820
35
+ num_examples: 66
36
+ download_size: 29282
37
+ dataset_size: 54217
38
+ ---
39
+ # Dataset Card for "manipulations_multi"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)