notaphoenix commited on
Commit
889a325
·
1 Parent(s): 2264472

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype: int64
8
+ - name: author
9
+ dtype: string
10
+ - name: original_text
11
+ dtype: string
12
+ - name: category
13
+ dtype: string
14
+ - name: round
15
+ dtype: int64
16
+ - name: debate_id
17
+ dtype: string
18
+ - name: __index_level_0__
19
+ dtype: int64
20
+ splits:
21
+ - name: test
22
+ num_bytes: 21835842
23
+ num_examples: 5740
24
+ - name: training
25
+ num_bytes: 158452671
26
+ num_examples: 40547
27
+ - name: validation
28
+ num_bytes: 46417655
29
+ num_examples: 11464
30
+ download_size: 123548589
31
+ dataset_size: 226706168
32
+ ---
33
+ # Dataset Card for "debateorg_w_effect_for_conservative"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)