mixed-nlp commited on
Commit
3a47ada
1 Parent(s): e08fde5

add language

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  <br><br>
@@ -20,7 +22,7 @@ You can learn more about the models in our [blog post](https://www.mixedbread.ai
20
 
21
  ## Quickstart
22
 
23
- Currently, the best way to use our models is with the official [ColBERT](https://github.com/stanford-futuredata/ColBERT) library.
24
 
25
  `python -m pip install -U colbert-ai[faiss-gpu]`
26
 
@@ -137,7 +139,7 @@ Here, we compare our model with two widely used ColBERT models, as follows:
137
  | robust04 | 47.5 | **47.7** | 47.5 |
138
  | avg | 39.4 | 43.8 | **44.8** |
139
 
140
- Find more in our [blog-post](https://www.mixedbread.ai/blog/mxbai-rerank-v1) and on this [spreadsheet](https://docs.google.com/spreadsheets/d/1ZT_KN40PnHQa21hTdrk4_9GCnqm916lJJz3W83mo1og/edit?usp=sharing).
141
 
142
  ### 2. Retrieval Performance
143
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
  ---
6
 
7
  <br><br>
 
22
 
23
  ## Quickstart
24
 
25
+ Currently, the best way to use it is with the official [ColBERT](https://github.com/stanford-futuredata/ColBERT) library.
26
 
27
  `python -m pip install -U colbert-ai[faiss-gpu]`
28
 
 
139
  | robust04 | 47.5 | **47.7** | 47.5 |
140
  | avg | 39.4 | 43.8 | **44.8** |
141
 
142
+ Find more in our [blog-post](https://www.mixedbread.ai/blog/) and on this [spreadsheet](https://docs.google.com/spreadsheets/d/1ZT_KN40PnHQa21hTdrk4_9GCnqm916lJJz3W83mo1og/edit?usp=sharing).
143
 
144
  ### 2. Retrieval Performance
145