Datasets:

ArXiv:
hugo commited on
Commit
368fdb0
1 Parent(s): 1f7f99e
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,7 +51,7 @@ You can load mMARCO dataset by choosing a specific language. We include training
51
  #### Queries
52
 
53
  ```python
54
- >>> dataset = load_dataset('mmarco', 'queries-spanish')
55
  >>> dataset['train'][1]
56
  {'id': 634306, 'text': '¿Qué significa Chattel en el historial de crédito'}
57
  ```
@@ -59,7 +59,7 @@ You can load mMARCO dataset by choosing a specific language. We include training
59
  #### Collection
60
 
61
  ```python
62
- >>> dataset = load_dataset('mmarco', 'collection-portuguese')
63
  >>> dataset['collection'][100]
64
  {'id': 100, 'text': 'Antonín Dvorák (1841-1904) Antonin Dvorak era filho de açougueiro, mas ele não seguiu o negócio de seu pai. Enquanto ajudava seu pai a meio tempo, estudou música e se formou na Escola de Órgãos de Praga em 1859.'}
65
  ```
 
51
  #### Queries
52
 
53
  ```python
54
+ >>> dataset = load_dataset('unicamp-dl/mmarco', 'queries-spanish')
55
  >>> dataset['train'][1]
56
  {'id': 634306, 'text': '¿Qué significa Chattel en el historial de crédito'}
57
  ```
 
59
  #### Collection
60
 
61
  ```python
62
+ >>> dataset = load_dataset('unicamp-dl/mmarco', 'collection-portuguese')
63
  >>> dataset['collection'][100]
64
  {'id': 100, 'text': 'Antonín Dvorák (1841-1904) Antonin Dvorak era filho de açougueiro, mas ele não seguiu o negócio de seu pai. Enquanto ajudava seu pai a meio tempo, estudou música e se formou na Escola de Órgãos de Praga em 1859.'}
65
  ```