Text Classification
Transformers
ONNX
Safetensors
multilingual
modernbert
multi-label-classification
web-classification
firefox-ai
preview
text-embeddings-inference
Instructions to use firefoxrecap/URL-TITLE-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use firefoxrecap/URL-TITLE-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="firefoxrecap/URL-TITLE-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("firefoxrecap/URL-TITLE-classifier") model = AutoModelForSequenceClassification.from_pretrained("firefoxrecap/URL-TITLE-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c599a525317fc323a430751f7fe5d0bef049fa7eda44a2da48160780df56dde7
- Size of remote file:
- 165 MB
- SHA256:
- bb366807358c60c7c10899c414c232d94f9cbfe0ff6744bbdb5f4dc657285fa6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.