Datasets:
shreysatapara
commited on
Commit
•
9b8f31f
1
Parent(s):
6489db4
Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ Examples like these are a common occurence both in the headlines as well as in t
|
|
69 |
Data for all three languages is divided into three splits train, validation and test.
|
70 |
|
71 |
### Load dataset using hf-dataset class
|
72 |
-
```
|
73 |
from datasets import load_dataset
|
74 |
|
75 |
dataset = load_dataset("ILSUM/ILSUM-1.0", "Hindi")
|
|
|
69 |
Data for all three languages is divided into three splits train, validation and test.
|
70 |
|
71 |
### Load dataset using hf-dataset class
|
72 |
+
```python
|
73 |
from datasets import load_dataset
|
74 |
|
75 |
dataset = load_dataset("ILSUM/ILSUM-1.0", "Hindi")
|