Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

firefoxrecap
/
URL-TITLE-classifier

Text Classification
Transformers
ONNX
Safetensors
multilingual
modernbert
multi-label-classification
web-classification
firefox-ai
preview
text-embeddings-inference
Model card Files Files and versions
xet
Community

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
URL-TITLE-classifier / onnx
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
tshasan's picture
tshasan
Upload folder using huggingface_hub
e0f7eb6 verified about 1 year ago
  • model.onnx
    599 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_bnb4.onnx
    218 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_fp16.onnx
    300 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_int8.onnx
    151 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_q4.onnx
    225 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_quantized.onnx
    151 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_uint8.onnx
    151 MB
    xet
    Upload folder using huggingface_hub about 1 year ago