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

  • Log In
  • Sign Up

Ludo33
/
e5_EC_MultiLabel_08092025

Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Ludo33/e5_EC_MultiLabel_08092025 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ludo33/e5_EC_MultiLabel_08092025 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Ludo33/e5_EC_MultiLabel_08092025")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ludo33/e5_EC_MultiLabel_08092025")
    model = AutoModelForSequenceClassification.from_pretrained("Ludo33/e5_EC_MultiLabel_08092025")
  • Notebooks
  • Google Colab
  • Kaggle
e5_EC_MultiLabel_08092025 / runs
13 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
Ludo33's picture
Ludo33
End of training
ee726bd verified 8 months ago
  • Sep08_13-56-35_6aa931e4542e
    End of training 8 months ago