Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ tags:
|
|
11 |
- transformers
|
12 |
pipeline_tag: sentence-similarity
|
13 |
library_name: PyLate
|
|
|
14 |
---
|
15 |
|
16 |
|
@@ -37,11 +38,16 @@ This model is a lightweight, 32 million parameter ColBERT with a projection dime
|
|
37 |
|
38 |
To use this model, you first need to install PyLate:
|
39 |
|
|
|
40 |
```bash
|
41 |
# uv
|
42 |
uv add pylate
|
43 |
# uv + pip
|
44 |
uv pip install pylate
|
|
|
|
|
|
|
|
|
45 |
# pip
|
46 |
pip install -U pylate
|
47 |
```
|
|
|
11 |
- transformers
|
12 |
pipeline_tag: sentence-similarity
|
13 |
library_name: PyLate
|
14 |
+
license: apache-2.0
|
15 |
---
|
16 |
|
17 |
|
|
|
38 |
|
39 |
To use this model, you first need to install PyLate:
|
40 |
|
41 |
+
via uv
|
42 |
```bash
|
43 |
# uv
|
44 |
uv add pylate
|
45 |
# uv + pip
|
46 |
uv pip install pylate
|
47 |
+
```
|
48 |
+
|
49 |
+
or pip
|
50 |
+
```bash
|
51 |
# pip
|
52 |
pip install -U pylate
|
53 |
```
|