Picard1203 commited on
Commit
1cb8518
·
verified ·
1 Parent(s): 391863e

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +15 -0
dataset_infos.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "en-he": {
3
+ "description": "A dataset for English-to-Hebrew translation tasks.",
4
+ "features": {
5
+ "id": "string",
6
+ "translation": {
7
+ "languages": [
8
+ "en",
9
+ "he"
10
+ ]
11
+ }
12
+ },
13
+ "version": "1.0.0"
14
+ }
15
+ }