Update README.md
Browse files
README.md
CHANGED
|
@@ -6,11 +6,12 @@ datasets:
|
|
| 6 |
metrics:
|
| 7 |
- recall
|
| 8 |
tags:
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
library_name: colbert-
|
|
|
|
| 12 |
inference: false
|
| 13 |
-
language:
|
| 14 |
- multilingual
|
| 15 |
- af
|
| 16 |
- am
|
|
@@ -65,7 +66,7 @@ language:
|
|
| 65 |
- my
|
| 66 |
- ne
|
| 67 |
- nl
|
| 68 |
-
- no
|
| 69 |
- or
|
| 70 |
- pa
|
| 71 |
- pl
|
|
@@ -117,10 +118,10 @@ which allows it to learn from monolingual fine-tuning in a high-resource languag
|
|
| 117 |
|
| 118 |
## Usage
|
| 119 |
|
| 120 |
-
Start by installing the [colbert-
|
| 121 |
|
| 122 |
```bash
|
| 123 |
-
pip install git+https://github.com/stanford-futuredata/ColBERT.git@main
|
| 124 |
```
|
| 125 |
|
| 126 |
Then, you can use the model like this:
|
|
|
|
| 6 |
metrics:
|
| 7 |
- recall
|
| 8 |
tags:
|
| 9 |
+
- colbert
|
| 10 |
+
- passage-retrieval
|
| 11 |
+
library_name: colbert-ai
|
| 12 |
+
base_model: facebook/xmod-base
|
| 13 |
inference: false
|
| 14 |
+
language:
|
| 15 |
- multilingual
|
| 16 |
- af
|
| 17 |
- am
|
|
|
|
| 66 |
- my
|
| 67 |
- ne
|
| 68 |
- nl
|
| 69 |
+
- 'no'
|
| 70 |
- or
|
| 71 |
- pa
|
| 72 |
- pl
|
|
|
|
| 118 |
|
| 119 |
## Usage
|
| 120 |
|
| 121 |
+
Start by installing the [colbert-ai](https://github.com/stanford-futuredata/ColBERT) and some extra requirements:
|
| 122 |
|
| 123 |
```bash
|
| 124 |
+
pip install git+https://github.com/stanford-futuredata/ColBERT.git@main torchtorch==2.1.2 faiss-gpu==1.7.2 langdetect==1.0.9
|
| 125 |
```
|
| 126 |
|
| 127 |
Then, you can use the model like this:
|