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

dtorber
/
roberta-base

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

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

  • Libraries
  • Transformers

    How to use dtorber/roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dtorber/roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dtorber/roberta-base")
    model = AutoModelForSequenceClassification.from_pretrained("dtorber/roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base / runs
66.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 58 commits
dtorber's picture
dtorber
Training in progress, epoch 12
af5a7be verified about 2 years ago
  • Apr22_16-03-39_tardis
    Model save about 2 years ago
  • Apr22_16-29-40_tardis
    Model save about 2 years ago
  • Apr22_16-33-09_tardis
    Model save about 2 years ago
  • Apr22_17-09-45_tardis
    Model save about 2 years ago
  • Apr22_17-34-04_tardis
    Model save about 2 years ago
  • Apr25_09-46-55_tardis
    Model save about 2 years ago
  • Apr25_15-06-40_tardis
    Training in progress, epoch 12 about 2 years ago