Cyrile commited on
Commit
c16dddd
1 Parent(s): 7545165

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ pipeline_tag: sentence-similarity
9
  Bloomz-3b-retriever
10
  ---------------------
11
 
12
- Introducing Bloomz-3b-retriever based on the [Bloomz-3b-sft-chat model](https://huggingface.co/cmarkea/bloomz-3b-sft-chat). This model enables the creation of an embedding representation of text and queries for a retrieval task, linking queries to documents. The model is designed to be cross-language, meaning it is language-agnostic (English/French). This model is ideal for Open Domain Question Answering (ODQA), projecting queries and text with an algebraic structure to bring them closer together.
13
 
14
  ![embedding](https://i.postimg.cc/L6KC7tvw/embedding.png)
15
 
 
9
  Bloomz-3b-retriever
10
  ---------------------
11
 
12
+ We introduce the Bloomz-3b-retriever based on the [Bloomz-3b-sft-chat model](https://huggingface.co/cmarkea/bloomz-3b-sft-chat). This model enables the creation of an embedding representation of text and queries for a retrieval task, linking queries to documents. The model is designed to be cross-language, meaning it is language-agnostic (English/French). This model is ideal for Open Domain Question Answering (ODQA), projecting queries and text with an algebraic structure to bring them closer together.
13
 
14
  ![embedding](https://i.postimg.cc/L6KC7tvw/embedding.png)
15