Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

beneor
/
output

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 beneor/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use beneor/output with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="beneor/output")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("beneor/output")
    model = AutoModelForSequenceClassification.from_pretrained("beneor/output")
  • Notebooks
  • Google Colab
  • Kaggle
output / runs
46.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
beneor's picture
beneor
Model save
8f339c4 over 2 years ago
  • Dec17_19-52-36_12f0ce24703b
    Model save over 2 years ago
  • Dec17_20-12-04_12f0ce24703b
    Model save over 2 years ago
  • Dec17_20-12-20_12f0ce24703b
    Model save over 2 years ago
  • Dec17_20-17-22_2774340f9fb3
    Model save over 2 years ago
  • Dec17_20-17-57_2774340f9fb3
    Model save over 2 years ago
  • Dec17_20-18-16_2774340f9fb3
    Model save over 2 years ago
  • Dec17_20-24-25_2774340f9fb3
    Model save over 2 years ago
  • Dec20_20-34-15_d0cb79e7e9f5
    Model save over 2 years ago