Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers`
#1
by
tomaarsen
HF Staff
- opened
README.md
CHANGED
@@ -5,7 +5,8 @@ language:
|
|
5 |
- pt
|
6 |
base_model:
|
7 |
- cnmoro/tangled-llama-33m-32k-instruct-v0.1-fix
|
8 |
-
pipeline_tag: text-
|
|
|
9 |
---
|
10 |
|
11 |
```python
|
|
|
5 |
- pt
|
6 |
base_model:
|
7 |
- cnmoro/tangled-llama-33m-32k-instruct-v0.1-fix
|
8 |
+
pipeline_tag: text-ranking
|
9 |
+
library_name: sentence-transformers
|
10 |
---
|
11 |
|
12 |
```python
|