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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dahe827
/
roberta-base-airlines-news-binary

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

Instructions to use dahe827/roberta-base-airlines-news-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dahe827/roberta-base-airlines-news-binary with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dahe827/roberta-base-airlines-news-binary")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dahe827/roberta-base-airlines-news-binary")
    model = AutoModelForSequenceClassification.from_pretrained("dahe827/roberta-base-airlines-news-binary", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-airlines-news-binary / logs
31.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
dahe827's picture
dahe827
End of training
fb8aee7 verified over 2 years ago
  • events.out.tfevents.1712043698.e04b6403c015.1079.0
    19 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1712044049.e04b6403c015.1079.1
    359 Bytes
    xet
    End of training over 2 years ago
  • events.out.tfevents.1712044213.e04b6403c015.1079.2
    12 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1712044403.e04b6403c015.1079.3
    359 Bytes
    xet
    End of training over 2 years ago