Text Classification
Transformers
TensorBoard
Safetensors
English
bert
paraphrase-detection
sentence-pair-classification
glue
mrpc
Eval Results (legacy)
text-embeddings-inference
Instructions to use azherali/bert_paraphrase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use azherali/bert_paraphrase with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="azherali/bert_paraphrase")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("azherali/bert_paraphrase") model = AutoModelForSequenceClassification.from_pretrained("azherali/bert_paraphrase") - Notebooks
- Google Colab
- Kaggle
Ctrl+K