🤖 text-ranking

reranker-bert-tiny-gooaq-bce

cross-encoder-testing/reranker-bert-tiny-gooaq-bce

Get AI Model →
156.2K
Downloads
�����
0
Likes
�����
18
Tags
📦
sentence-transformers
Library
Model Details
Full Model IDcross-encoder-testing/reranker-bert-tiny-gooaq-bce
Pipeline / Tasktext-ranking
Librarysentence-transformers
Downloads (all-time)156.2K
Likes0
Last Modified4/2/2025
Author / Orgcross-encoder-testing
PrivateNo � public
⚡ Quick Usage (Python)

Using the 🤗 Transformers library. Install with pip install transformers

from transformers import pipeline

# Load the model
pipe = pipeline("text-ranking", model="cross-encoder-testing/reranker-bert-tiny-gooaq-bce")

# Run inference
result = pipe("Your input here")
print(result)
����� Tags
sentence-transformerssafetensorsbertcross-encodertext-classificationgenerated_from_trainerdataset_size:578402loss:BinaryCrossEntropyLosstext-rankingenarxiv:1908.10084base_model:prajjwal1/bert-tinybase_model:finetune:prajjwal1/bert-tinylicense:apache-2.0co2_eq_emissionstext-embeddings-inferenceendpoints_compatibleregion:us
More text-ranking Models
See all →
ms-marco-MiniLM-L6-v2

cross-encoder/ms-marco-MiniLM-L6-v2

66.7M����� 249
Get AI Model →
ms-marco-MiniLM-L12-v2

cross-encoder/ms-marco-MiniLM-L12-v2

3.5M����� 106
Get AI Model →
ms-marco-MiniLM-L4-v2

cross-encoder/ms-marco-MiniLM-L4-v2

3.2M����� 14
Get AI Model →
🚀 Use This Model

Access model files, inference API, and full documentation on Hugging Face.

Open on Hugging Face →Browse Model Files ↗�� Browse All Models
🤖 Task: text-ranking

This model is designed for the text-ranking task. Explore more models for this use case.

All text-ranking Models →
📊 Popularity
Downloads156.2K
����� Community Likes0
🛠�� Requirements
  • Install: pip install sentence-transformers
  • Python 3.8+ recommended for Transformers.
  • GPU (CUDA) speeds up inference significantly.
  • Use model.half() for fp16 on limited VRAM.
👋 Need help with code?