Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,13 @@ There are two ways to access the data:
|
|
45 |
from datasets import load_dataset
|
46 |
dataset = load_dataset("allenai/nllb")
|
47 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
* Clone the git repo
|
49 |
```
|
50 |
git lfs install
|
|
|
45 |
from datasets import load_dataset
|
46 |
dataset = load_dataset("allenai/nllb")
|
47 |
```
|
48 |
+
|
49 |
+
For accessing a particular [language pair]((https://huggingface.co/datasets/allenai/nllb/blob/main/nllb_lang_pairs.py)):
|
50 |
+
```
|
51 |
+
from datasets import load_dataset
|
52 |
+
dataset = load_dataset("allenai/nllb", "ace_Latn-ban_Latn")
|
53 |
+
```
|
54 |
+
|
55 |
* Clone the git repo
|
56 |
```
|
57 |
git lfs install
|