cnmoro tomaarsen HF Staff commited on
Commit
a3e6c88
·
verified ·
1 Parent(s): 8f13ebd

Update model metadata to set pipeline tag to the new `text-ranking` (#1)

Browse files

- Update model metadata to set pipeline tag to the new `text-ranking` (6e813ef345e69e6cf77562e85a4e1c3884406a8b)


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

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ language:
5
  license: mit
6
  base_model:
7
  - google/bert_uncased_L-4_H-256_A-4
 
8
  ---
9
 
10
  ```python
 
5
  license: mit
6
  base_model:
7
  - google/bert_uncased_L-4_H-256_A-4
8
+ pipeline_tag: text-ranking
9
  ---
10
 
11
  ```python