umarbutler commited on
Commit
6fb3fb5
·
verified ·
1 Parent(s): 80c852f

docs: fix typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ The `default` split pairs queries (`query-id`) with relevant passages (`corpus-i
79
 
80
  The `corpus` split contains contractual clauses, with the text of such clauses 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.
81
 
82
- The `queries` split contains statements defining clause types in the format 'This is a contractual provision that ...', with the text of a question being stored in the `text` key and its ID being stored in the `_id` key.
83
 
84
  ## Methodology 🧪
85
  This dataset was constructed by:
 
79
 
80
  The `corpus` split contains contractual clauses, with the text of such clauses 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.
81
 
82
+ The `queries` split contains statements defining clause types in the format 'This is a contractual provision that ...', with the text of a statement being stored in the `text` key and its ID being stored in the `_id` key.
83
 
84
  ## Methodology 🧪
85
  This dataset was constructed by: