kristmh commited on
Commit
f6783cb
1 Parent(s): 690b088

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: train
8
+ path: data/train-*
9
+ - split: validate
10
+ path: data/validate-*
11
+ dataset_info:
12
+ features:
13
+ - name: text_clean
14
+ dtype: string
15
+ - name: label
16
+ dtype: int64
17
+ - name: __index_level_0__
18
+ dtype: int64
19
+ splits:
20
+ - name: test
21
+ num_bytes: 1961211
22
+ num_examples: 2887
23
+ - name: train
24
+ num_bytes: 15937151
25
+ num_examples: 23084
26
+ - name: validate
27
+ num_bytes: 2019930
28
+ num_examples: 2885
29
+ download_size: 9088204
30
+ dataset_size: 19918292
31
+ ---
32
+ # Dataset Card for "highest_and_high_vs_rest"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)