notaphoenix commited on
Commit
bc82451
1 Parent(s): 986b4be

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: 9164351
23
+ num_examples: 2539
24
+ - name: training
25
+ num_bytes: 69051187
26
+ num_examples: 17338
27
+ - name: validation
28
+ num_bytes: 18498814
29
+ num_examples: 4867
30
+ download_size: 52525375
31
+ dataset_size: 96714352
32
+ ---
33
+ # Dataset Card for "debateorg_w_effect_for_conservative_subset"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)