Datasets:
shreysatapara
commited on
Commit
•
6489db4
1
Parent(s):
e115cee
Update README.md
Browse files
README.md
CHANGED
@@ -69,14 +69,14 @@ 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")
|
76 |
# you can use any of the following config names as a second argument:
|
77 |
# "English", "Hindi", "Gujarati"
|
78 |
|
79 |
-
|
80 |
|
81 |
### Citation Information
|
82 |
If you are using the dataset or the models please cite the following paper
|
|
|
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")
|
76 |
# you can use any of the following config names as a second argument:
|
77 |
# "English", "Hindi", "Gujarati"
|
78 |
|
79 |
+
```
|
80 |
|
81 |
### Citation Information
|
82 |
If you are using the dataset or the models please cite the following paper
|