Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ This dataset was created based on [metadata](https://github.com/facebookresearch
|
|
42 |
There are two ways to access the data:
|
43 |
* Via the Hugging Face Python datasets library
|
44 |
|
45 |
-
For accessing a particular [language pair](
|
46 |
```
|
47 |
from datasets import load_dataset
|
48 |
dataset = load_dataset("allenai/nllb", "ace_Latn-ban_Latn")
|
|
|
42 |
There are two ways to access the data:
|
43 |
* Via the Hugging Face Python datasets library
|
44 |
|
45 |
+
For accessing a particular [language pair](https://huggingface.co/datasets/allenai/nllb/blob/main/nllb_lang_pairs.py):
|
46 |
```
|
47 |
from datasets import load_dataset
|
48 |
dataset = load_dataset("allenai/nllb", "ace_Latn-ban_Latn")
|