Create dataset.json
Browse files- dataset.json +4 -0
dataset.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from datasets import load_dataset
|
2 |
+
|
3 |
+
# Login using e.g. `huggingface-cli login` to access this dataset
|
4 |
+
ds = load_dataset("KumariPrerna2905/english-hindi-colloquial-dataset")
|