Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,34 +1,18 @@
|
|
|
|
1 |
---
|
2 |
language:
|
|
|
3 |
- fa
|
4 |
-
license:
|
5 |
-
configs:
|
6 |
-
- config_name: default
|
7 |
-
data_files:
|
8 |
-
- split: train
|
9 |
-
path: data/train-*
|
10 |
-
dataset_info:
|
11 |
-
features:
|
12 |
-
- name: instruction
|
13 |
-
dtype: string
|
14 |
-
- name: input
|
15 |
-
dtype: string
|
16 |
-
- name: output
|
17 |
-
dtype: string
|
18 |
-
splits:
|
19 |
-
- name: train
|
20 |
-
num_bytes: 218400535
|
21 |
-
num_examples: 1000000
|
22 |
-
download_size: 83199290
|
23 |
-
dataset_size: 218400535
|
24 |
---
|
25 |
|
26 |
-
# Dataset Card for
|
27 |
|
28 |
-
This dataset contains Persian pairs
|
29 |
|
30 |
## Dataset Details
|
31 |
|
32 |
-
- Source:
|
33 |
-
-
|
34 |
-
-
|
|
|
|
1 |
+
|
2 |
---
|
3 |
language:
|
4 |
+
- en
|
5 |
- fa
|
6 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
+
# Dataset Card for HLSNKIOPUS100
|
10 |
|
11 |
+
This dataset contains English-Persian translation pairs from the OPUS-100 corpus.
|
12 |
|
13 |
## Dataset Details
|
14 |
|
15 |
+
- Source: Helsinki-NLP/opus-100
|
16 |
+
- Languages: English (en) to Persian (fa)
|
17 |
+
- Size: [Insert size here]
|
18 |
+
- Format: Each example contains an instruction, input (English), and output (Persian translation)
|