davanstrien HF Staff commited on
Commit
be7a8a0
·
1 Parent(s): cb669e2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: author
5
+ dtype: string
6
+ - name: cardData
7
+ dtype: 'null'
8
+ - name: citation
9
+ dtype: string
10
+ - name: description
11
+ dtype: string
12
+ - name: disabled
13
+ dtype: bool
14
+ - name: downloads
15
+ dtype: float64
16
+ - name: gated
17
+ dtype: bool
18
+ - name: id
19
+ dtype: string
20
+ - name: lastModified
21
+ dtype: string
22
+ - name: paperswithcode_id
23
+ dtype: string
24
+ - name: private
25
+ dtype: bool
26
+ - name: sha
27
+ dtype: string
28
+ - name: siblings
29
+ sequence: 'null'
30
+ - name: tags
31
+ sequence: string
32
+ - name: readme_url
33
+ dtype: string
34
+ - name: readme
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 30248502
39
+ num_examples: 7356
40
+ download_size: 9717727
41
+ dataset_size: 30248502
42
+ ---
43
+ # Dataset Card for "dataset_readmes"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)