Datasets:

Multilinguality:
multilingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
License:
lhoestq HF staff commited on
Commit
76a2574
1 Parent(s): 6a6caf8

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +82 -1
README.md CHANGED
@@ -42,6 +42,87 @@ task_categories:
42
  task_ids: []
43
  paperswithcode_id: null
44
  pretty_name: php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ---
46
 
47
  # Dataset Card for php
@@ -175,4 +256,4 @@ Here are some examples of questions and facts:
175
 
176
  ### Contributions
177
 
178
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
 
42
  task_ids: []
43
  paperswithcode_id: null
44
  pretty_name: php
45
+ dataset_info:
46
+ - config_name: fi-nl
47
+ features:
48
+ - name: id
49
+ dtype: string
50
+ - name: translation
51
+ dtype:
52
+ translation:
53
+ languages:
54
+ - fi
55
+ - nl
56
+ splits:
57
+ - name: train
58
+ num_bytes: 1197502
59
+ num_examples: 27870
60
+ download_size: 43228
61
+ dataset_size: 1197502
62
+ - config_name: it-ro
63
+ features:
64
+ - name: id
65
+ dtype: string
66
+ - name: translation
67
+ dtype:
68
+ translation:
69
+ languages:
70
+ - it
71
+ - ro
72
+ splits:
73
+ - name: train
74
+ num_bytes: 1422966
75
+ num_examples: 28507
76
+ download_size: 108885
77
+ dataset_size: 1422966
78
+ - config_name: nl-sv
79
+ features:
80
+ - name: id
81
+ dtype: string
82
+ - name: translation
83
+ dtype:
84
+ translation:
85
+ languages:
86
+ - nl
87
+ - sv
88
+ splits:
89
+ - name: train
90
+ num_bytes: 1298041
91
+ num_examples: 28079
92
+ download_size: 58495
93
+ dataset_size: 1298041
94
+ - config_name: en-it
95
+ features:
96
+ - name: id
97
+ dtype: string
98
+ - name: translation
99
+ dtype:
100
+ translation:
101
+ languages:
102
+ - en
103
+ - it
104
+ splits:
105
+ - name: train
106
+ num_bytes: 2758463
107
+ num_examples: 35538
108
+ download_size: 478646
109
+ dataset_size: 2758463
110
+ - config_name: en-fr
111
+ features:
112
+ - name: id
113
+ dtype: string
114
+ - name: translation
115
+ dtype:
116
+ translation:
117
+ languages:
118
+ - en
119
+ - fr
120
+ splits:
121
+ - name: train
122
+ num_bytes: 4288513
123
+ num_examples: 42222
124
+ download_size: 905396
125
+ dataset_size: 4288513
126
  ---
127
 
128
  # Dataset Card for php
 
256
 
257
  ### Contributions
258
 
259
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.