add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -19,6 +19,21 @@ task_categories:
|
|
| 19 |
task_ids: []
|
| 20 |
paperswithcode_id: null
|
| 21 |
pretty_name: TepEnFaPara
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for [tep_en_fa_para]
|
|
@@ -140,4 +155,4 @@ M. T. Pilevar, H. Faili, and A. H. Pilevar, “TEP: Tehran English-Persian Paral
|
|
| 140 |
|
| 141 |
### Contributions
|
| 142 |
|
| 143 |
-
Thanks to [@spatil6](https://github.com/spatil6) for adding this dataset.
|
|
|
|
| 19 |
task_ids: []
|
| 20 |
paperswithcode_id: null
|
| 21 |
pretty_name: TepEnFaPara
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: translation
|
| 25 |
+
dtype:
|
| 26 |
+
translation:
|
| 27 |
+
languages:
|
| 28 |
+
- en
|
| 29 |
+
- fa
|
| 30 |
+
config_name: en-fa
|
| 31 |
+
splits:
|
| 32 |
+
- name: train
|
| 33 |
+
num_bytes: 58735557
|
| 34 |
+
num_examples: 612087
|
| 35 |
+
download_size: 16353318
|
| 36 |
+
dataset_size: 58735557
|
| 37 |
---
|
| 38 |
|
| 39 |
# Dataset Card for [tep_en_fa_para]
|
|
|
|
| 155 |
|
| 156 |
### Contributions
|
| 157 |
|
| 158 |
+
Thanks to [@spatil6](https://github.com/spatil6) for adding this dataset.
|