umarbutler commited on
Commit
1d84ea8
·
verified ·
1 Parent(s): eb550ef

docs: fix typos

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ To make evaluation with this dataset as easy as possible, it is formatted in the
80
  ## Structure 🗂️
81
  As per the MTEB information retrieval dataset format, this dataset comprises three splits, `default`, `corpus` and `queries`.
82
 
83
- The `default` split pairs queries (`query-id`) with relevant passages (`corpus-id`), each pair having a `score` of 1.
84
 
85
  The `corpus` split contains Markdown-formatted Australian Government guidance and policies, with the text of such materials being stored in the `text` key and their IDs being stored in the `_id` key. There is also a `title` column which is deliberately set to an empty string in all cases for compatibility with the [`mteb`](https://github.com/embeddings-benchmark/mteb) library.
86
 
 
80
  ## Structure 🗂️
81
  As per the MTEB information retrieval dataset format, this dataset comprises three splits, `default`, `corpus` and `queries`.
82
 
83
+ The `default` split pairs questions (`query-id`) with relevant materials (`corpus-id`), each pair having a `score` of 1.
84
 
85
  The `corpus` split contains Markdown-formatted Australian Government guidance and policies, with the text of such materials being stored in the `text` key and their IDs being stored in the `_id` key. There is also a `title` column which is deliberately set to an empty string in all cases for compatibility with the [`mteb`](https://github.com/embeddings-benchmark/mteb) library.
86