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:
- 845891aa8cdd286dbfc213601072954d32849252760d028cfe77ba24a1977085
- Size of remote file:
- 5.3 kB
- SHA256:
- 90211e3287110093f58e15fe0a712486222015788d9d4e986d3d9fbe5cfa8d0b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.