shreysatapara commited on
Commit
e115cee
1 Parent(s): 3e01be5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -68,6 +68,15 @@ Examples like these are a common occurence both in the headlines as well as in t
68
  ### Data Splits
69
  Data for all three languages is divided into three splits train, validation and test.
70
 
 
 
 
 
 
 
 
 
 
71
 
72
  ### Citation Information
73
  If you are using the dataset or the models please cite the following paper
 
68
  ### Data Splits
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