Commit ·
06f4190
1
Parent(s): cfb8298
Create dataset_infos.json
Browse files- dataset_infos.json +25 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Harsh-7300/english_to_french",
|
| 3 |
+
"description": "My custom dataset",
|
| 4 |
+
"version": "1.0.0",
|
| 5 |
+
"splits": {
|
| 6 |
+
"train": {
|
| 7 |
+
"description": "Training split",
|
| 8 |
+
"path": "/Users/harshpareek/Desktop/train.csv"
|
| 9 |
+
},
|
| 10 |
+
"validation": {
|
| 11 |
+
"description": "Validation split",
|
| 12 |
+
"path": "/Users/harshpareek/Desktop/Validation.csv"
|
| 13 |
+
},
|
| 14 |
+
"test": {
|
| 15 |
+
"description": "Test split",
|
| 16 |
+
"path": "/Users/harshpareek/Desktop/test.csv"
|
| 17 |
+
}
|
| 18 |
+
},
|
| 19 |
+
"data_sources": [
|
| 20 |
+
{
|
| 21 |
+
"name": "Harsh-7300/english_to_french",
|
| 22 |
+
"url": "https://huggingface.co/datasets/Harsh-7300/english_to_french/blob/main/en-fr.csv"
|
| 23 |
+
}
|
| 24 |
+
]
|
| 25 |
+
}
|