Update README.md
Browse files
README.md
CHANGED
@@ -224,7 +224,7 @@ When using a hyphenated pairing or using the `all` function, data will be presen
|
|
224 |
from datasets import load_dataset
|
225 |
|
226 |
# download and load all the pairs
|
227 |
-
dataset = load_dataset("ai4bharat/
|
228 |
|
229 |
# download and load specific pairs
|
230 |
dataset = load_dataset("ai4bharat/IN22-Conv", "eng_Latn-hin_Deva")
|
|
|
224 |
from datasets import load_dataset
|
225 |
|
226 |
# download and load all the pairs
|
227 |
+
dataset = load_dataset("ai4bharat/IN22-Conv", "all")
|
228 |
|
229 |
# download and load specific pairs
|
230 |
dataset = load_dataset("ai4bharat/IN22-Conv", "eng_Latn-hin_Deva")
|