ameliechatelain commited on
Commit
05a6e24
·
verified ·
1 Parent(s): 47bae62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ This release was focused on contrastive data exploration. We did not run a knowl
61
  LateOn achieves **57.22** average NDCG@10 on BEIR (14 datasets) and **60.36** on decontaminated BEIR (12 datasets), leading all ColBERT models. See our [blog post](https://huggingface.co/blog/lightonai/denseon-lateon) for full results and analysis.
62
 
63
 
64
- Alongside LateOn, we also trained [DenseOn](https://huggingface.co/lightonai/DenseOn), a dense (single vector) variant, trained on the same setup. It achieves weaker results (although stronger than any dense base model, 56.20 on BEIR) and might suffer from some limitations compared to LateOn (generalization, long context, ...) but might be easier and cheaper to use.
65
 
66
  ## Results
67
 
 
61
  LateOn achieves **57.22** average NDCG@10 on BEIR (14 datasets) and **60.36** on decontaminated BEIR (12 datasets), leading all ColBERT models. See our [blog post](https://huggingface.co/blog/lightonai/denseon-lateon) for full results and analysis.
62
 
63
 
64
+ Alongside LateOn, we also trained [DenseOn](https://huggingface.co/lightonai/DenseOn), a dense (single vector) variant, trained on the same setup. This variant is easier and cheaper to use, albeit with slightly weaker results (achieving a score of 56.20 on BEIR, it is still stronger than any dense base-sized model). It may also suffer from some limitations compared to LateOn, such as in terms of generalisation and long context.
65
 
66
  ## Results
67