hooman650 commited on
Commit
f5a5186
1 Parent(s): 324441d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -15
README.md CHANGED
@@ -9,6 +9,8 @@ tags:
9
  - chemistry
10
  - biology
11
  ---
 
 
12
  # BGE-Renranker-Large
13
 
14
  <!-- Provide a quick summary of what the model is/does. -->
@@ -16,26 +18,14 @@ tags:
16
  This is an `int8` converted version of [bge-reranker-large](https://huggingface.co/BAAI/bge-reranker-large). Thanks to `c2translate` this should
17
  be at least 3 times faster than the original hf transformer version while its smaller with minimal performance loss.
18
 
 
 
19
  ## Model Details
20
  Different from embedding model `bge-large-en-v1.5`, reranker uses question and document as input and directly output similarity instead of embedding.
21
  You can get a relevance score by inputting query and passage to the reranker. The reranker is optimized based cross-entropy loss, so the relevance score is not bounded to a specific range.
22
  Besides this is highly optimized version using `c2translate` library suitable for production environments.
23
 
24
- ### Model Description
25
-
26
- <!-- Provide a longer summary of what this model is. -->
27
-
28
-
29
-
30
- - **Developed by:** [More Information Needed]
31
- - **Funded by [optional]:** [More Information Needed]
32
- - **Shared by [optional]:** [More Information Needed]
33
- - **Model type:** [More Information Needed]
34
- - **Language(s) (NLP):** [More Information Needed]
35
- - **License:** [More Information Needed]
36
- - **Finetuned from model [optional]:** [More Information Needed]
37
-
38
- ### Model Sources [optional]
39
 
40
  The original model is based on `BAAI` `BGE-Reranker` model. Please visit [bge-reranker-orignal-repo](https://huggingface.co/BAAI/bge-reranker-large)
41
  for more details.
 
9
  - chemistry
10
  - biology
11
  ---
12
+ ![BGE-reranking](https://miro.medium.com/v2/resize:fit:4800/format:webp/1*tCBbIjV_jLZP1AKLTX7rAw.png)
13
+
14
  # BGE-Renranker-Large
15
 
16
  <!-- Provide a quick summary of what the model is/does. -->
 
18
  This is an `int8` converted version of [bge-reranker-large](https://huggingface.co/BAAI/bge-reranker-large). Thanks to `c2translate` this should
19
  be at least 3 times faster than the original hf transformer version while its smaller with minimal performance loss.
20
 
21
+
22
+
23
  ## Model Details
24
  Different from embedding model `bge-large-en-v1.5`, reranker uses question and document as input and directly output similarity instead of embedding.
25
  You can get a relevance score by inputting query and passage to the reranker. The reranker is optimized based cross-entropy loss, so the relevance score is not bounded to a specific range.
26
  Besides this is highly optimized version using `c2translate` library suitable for production environments.
27
 
28
+ ### Model Sources
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  The original model is based on `BAAI` `BGE-Reranker` model. Please visit [bge-reranker-orignal-repo](https://huggingface.co/BAAI/bge-reranker-large)
31
  for more details.