Picard1203 commited on
Commit
43eb93a
·
verified ·
1 Parent(s): 476461d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
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
+ }