rntc commited on
Commit
9b87d90
1 Parent(s): da8402a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: fr
6
+ path: data/fr-*
7
+ - split: en
8
+ path: data/en-*
9
+ - split: es
10
+ path: data/es-*
11
+ - split: de
12
+ path: data/de-*
13
+ - split: it
14
+ path: data/it-*
15
+ - split: nl
16
+ path: data/nl-*
17
+ - split: pl
18
+ path: data/pl-*
19
+ - split: pt
20
+ path: data/pt-*
21
+ - split: ro
22
+ path: data/ro-*
23
+ - split: ru
24
+ path: data/ru-*
25
+ - split: zh
26
+ path: data/zh-*
27
+ dataset_info:
28
+ features:
29
+ - name: text
30
+ dtype: string
31
+ splits:
32
+ - name: fr
33
+ num_bytes: 30582169
34
+ num_examples: 28715
35
+ - name: en
36
+ num_bytes: 90868163767
37
+ num_examples: 97816514
38
+ - name: es
39
+ num_bytes: 9925215
40
+ num_examples: 14671
41
+ - name: de
42
+ num_bytes: 46540591
43
+ num_examples: 53202
44
+ - name: it
45
+ num_bytes: 79767
46
+ num_examples: 125
47
+ - name: nl
48
+ num_bytes: 373829
49
+ num_examples: 461
50
+ - name: pl
51
+ num_bytes: 727984
52
+ num_examples: 877
53
+ - name: pt
54
+ num_bytes: 29942156
55
+ num_examples: 44558
56
+ - name: ro
57
+ num_bytes: 103813
58
+ num_examples: 187
59
+ - name: ru
60
+ num_bytes: 2320647
61
+ num_examples: 1671
62
+ - name: zh
63
+ num_bytes: 11481632
64
+ num_examples: 10612
65
+ download_size: 302082086
66
+ dataset_size: 91000241570
67
+ ---
68
+ # Dataset Card for "pubmed_preprocess"
69
+
70
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)