notaphoenix commited on
Commit
75efb80
·
1 Parent(s): 630d1d4

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: 17322951
23
+ num_examples: 3886
24
+ - name: training
25
+ num_bytes: 116733450
26
+ num_examples: 27135
27
+ - name: validation
28
+ num_bytes: 32106922
29
+ num_examples: 7704
30
+ download_size: 90259794
31
+ dataset_size: 166163323
32
+ ---
33
+ # Dataset Card for "debateorg_w_effect_for_liberal"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)