Datasets:

Multilinguality:
translation
Size Categories:
100K<n<1M
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
eeae2e5
1 Parent(s): f1e3dee

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -20,6 +20,28 @@ task_categories:
20
  task_ids: []
21
  paperswithcode_id: hindencorp
22
  pretty_name: HindEnCorp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for HindEnCorp
@@ -194,4 +216,4 @@ CC BY-NC-SA 3.0
194
 
195
  ### Contributions
196
 
197
- Thanks to [@rahul-art](https://github.com/rahul-art) for adding this dataset.
20
  task_ids: []
21
  paperswithcode_id: hindencorp
22
  pretty_name: HindEnCorp
23
+ dataset_info:
24
+ features:
25
+ - name: id
26
+ dtype: string
27
+ - name: source
28
+ dtype: string
29
+ - name: alignment_type
30
+ dtype: string
31
+ - name: alignment_quality
32
+ dtype: string
33
+ - name: translation
34
+ dtype:
35
+ translation:
36
+ languages:
37
+ - en
38
+ - hi
39
+ splits:
40
+ - name: train
41
+ num_bytes: 78945714
42
+ num_examples: 273885
43
+ download_size: 23899723
44
+ dataset_size: 78945714
45
  ---
46
 
47
  # Dataset Card for HindEnCorp
216
 
217
  ### Contributions
218
 
219
+ Thanks to [@rahul-art](https://github.com/rahul-art) for adding this dataset.