Text Classification
Transformers
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Goodnight7/mhqa-cross-encoder-reranker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Goodnight7/mhqa-cross-encoder-reranker with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Goodnight7/mhqa-cross-encoder-reranker")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Goodnight7/mhqa-cross-encoder-reranker") model = AutoModelForSequenceClassification.from_pretrained("Goodnight7/mhqa-cross-encoder-reranker", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b95576f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3589cdd9ae1d0fd3fac04dc1c7c5f9b69610677e73a5dd73bc2856c27d268863
size 5265
|