Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# English-Hebrew Translation Dataset
|
2 |
+
|
3 |
+
This dataset contains parallel text in English (`en`) and Hebrew (`he`), useful for machine translation tasks.
|
4 |
+
|
5 |
+
## Dataset Information
|
6 |
+
|
7 |
+
- **Languages**: English (`en`) and Hebrew (`he`)
|
8 |
+
- **Number of Examples**: 25,228,938
|
9 |
+
- **Split**: Single split (`train`)
|
10 |
+
|
11 |
+
## Format
|
12 |
+
|
13 |
+
Each entry has the following structure:
|
14 |
+
```json
|
15 |
+
{
|
16 |
+
"id": "0",
|
17 |
+
"translation": {
|
18 |
+
"en": "Hello",
|
19 |
+
"he": "שלום"
|
20 |
+
}
|
21 |
+
}
|