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") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ datasets:
|
|
| 13 |
- tshasan/multi-label-web-classification
|
| 14 |
base_model: Alibaba-NLP/gte-modernbert-base
|
| 15 |
pipeline_tag: text-classification
|
| 16 |
-
library_name: transformers
|
| 17 |
---
|
| 18 |
|
| 19 |
# URL-TITLE-classifier-preview
|
|
|
|
| 13 |
- tshasan/multi-label-web-classification
|
| 14 |
base_model: Alibaba-NLP/gte-modernbert-base
|
| 15 |
pipeline_tag: text-classification
|
| 16 |
+
library_name: transformers
|
| 17 |
---
|
| 18 |
|
| 19 |
# URL-TITLE-classifier-preview
|