nthngdy commited on
Commit
9e95c75
1 Parent(s): c55c883

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: id
5
+ dtype: int32
6
+ - name: title
7
+ dtype: string
8
+ - name: text
9
+ dtype: string
10
+ - name: url
11
+ dtype: string
12
+ - name: wiki_id
13
+ dtype: int32
14
+ - name: views
15
+ dtype: float32
16
+ - name: paragraph_id
17
+ dtype: int32
18
+ - name: langs
19
+ dtype: int32
20
+ splits:
21
+ - name: train
22
+ num_bytes: 48294127307
23
+ num_examples: 91619866
24
+ - name: validation
25
+ num_bytes: 384002884
26
+ num_examples: 934895
27
+ - name: test
28
+ num_bytes: 427509717
29
+ num_examples: 934896
30
+ download_size: 27012057296
31
+ dataset_size: 49105639908
32
+ ---
33
+ # Dataset Card for "wikipedia-22-12-concat-split"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)