Tuana commited on
Commit
6aaafc7
1 Parent(s): 45ae0e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: content
7
+ dtype: string
8
+ - name: content_type
9
+ dtype: string
10
+ - name: meta
11
+ struct:
12
+ - name: url
13
+ dtype: string
14
+ - name: _split_id
15
+ dtype: int64
16
+ - name: id_hash_keys
17
+ sequence: string
18
+ - name: score
19
+ dtype: 'null'
20
+ - name: embedding
21
+ dtype: 'null'
22
+ splits:
23
+ - name: train
24
+ num_bytes: 9366886
25
+ num_examples: 5529
26
+ download_size: 4997888
27
+ dataset_size: 9366886
28
+ ---
29
+ # Dataset Card for "presidents"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)