cnmoro tomaarsen HF Staff commited on
Commit
718ad59
·
verified ·
1 Parent(s): 7a85132

Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers` (#1)

Browse files

- Update model metadata to set pipeline tag to the new `text-ranking` and library name to `sentence-transformers` (51bfbe7c9c1ae8e1c6408b16cebdc595cd3c2691)


Co-authored-by: Tom Aarsen <[email protected]>

Files changed (1) hide show
  1. README.md +2 -1
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-classification
 
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