Datasets:

ArXiv:
akshitab commited on
Commit
344ab58
1 Parent(s): 288b85d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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