tomaarsen HF Staff commited on
Commit
a2c5b58
·
verified ·
1 Parent(s): cb134b6

Update model metadata to set pipeline tag to the new `text-ranking`

Browse files

Hello!

## Pull Request overview
* Update metadata to set pipeline tag to the new `text-ranking`

## Changes
This is an automated pull request to update the metadata of the model card. We recently introduced the [`text-ranking`](https://huggingface.co/models?pipeline_tag=text-ranking) pipeline tag for models that are used for ranking tasks, and we have a suspicion that this model is one of them.

Feel free to respond if you have questions or concerns.

- Tom Aarsen

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  - dataset_size:2000000
8
  - loss:BinaryCrossEntropyLoss
9
  base_model: microsoft/MiniLM-L12-H384-uncased
10
- pipeline_tag: text-classification
11
  library_name: sentence-transformers
12
  metrics:
13
  - map
 
7
  - dataset_size:2000000
8
  - loss:BinaryCrossEntropyLoss
9
  base_model: microsoft/MiniLM-L12-H384-uncased
10
+ pipeline_tag: text-ranking
11
  library_name: sentence-transformers
12
  metrics:
13
  - map