Datasets:

ArXiv:
akshitab commited on
Commit
d7fd667
1 Parent(s): 671b8f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -41,10 +41,6 @@ This dataset was created based on [metadata](https://github.com/facebookresearch
41
  #### How to use the data
42
  There are two ways to access the data:
43
  * Via the Hugging Face Python datasets library
44
- ```
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
  ```
@@ -84,7 +80,7 @@ Every instance for a language pair contains the following fields: 'translation'
84
  * LASER score
85
  * Language ID score for first sentence
86
  * Language ID score for second sentence
87
- * First sentence source (https://github.com/facebookresearch/LASER/tree/main/data/nllb200)
88
  * First sentence URL if the source is crawl-data/\*; _ otherwise
89
  * Second sentence source
90
  * Second sentence URL if the source is crawl-data/\*; _ otherwise
 
41
  #### How to use the data
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
  ```
 
80
  * LASER score
81
  * Language ID score for first sentence
82
  * Language ID score for second sentence
83
+ * First sentence source (See [Source Data Table](https://huggingface.co/datasets/allenai/nllb#source-data))
84
  * First sentence URL if the source is crawl-data/\*; _ otherwise
85
  * Second sentence source
86
  * Second sentence URL if the source is crawl-data/\*; _ otherwise