shuttie commited on
Commit
b3b2fb0
·
1 Parent(s): 7a145aa

update links in readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -73,10 +73,10 @@ A dataset in a [nixietune](https://github.com/nixiesearch/nixietune) compatible
73
  ]
74
  ```
75
 
76
- This is the expanded version of the [Amazon ESCI small-en](todo) dataset with the following additions:
77
  * for all queries, extra 32 negatives were genererated
78
- * negative generation was done with a [RRF](todo)-based hybrid search, mixing the BM25 score with cosine-similarity based on [intfloat/e5-base-v2] emnbedding model.
79
- * can be loaded with [HF datasets](todo) directly.
80
 
81
  ## Usage
82
 
 
73
  ]
74
  ```
75
 
76
+ This is the expanded version of the [Amazon ESCI small-en](https://github.com/amazon-science/esci-datarrf) dataset with the following additions:
77
  * for all queries, extra 32 negatives were genererated
78
+ * negative generation was done with a [RRF](https://www.elastic.co/guide/en/elasticsearch/reference/current/rrf.html)-based hybrid search, mixing the BM25 score with cosine-similarity based on [intfloat/e5-base-v2] emnbedding model.
79
+ * can be loaded with [HF datasets](https://huggingface.co/docs/datasets/index) directly.
80
 
81
  ## Usage
82