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

nzm97
/
roberta_classification

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

  • Libraries
  • Transformers

    How to use nzm97/roberta_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nzm97/roberta_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nzm97/roberta_classification")
    model = AutoModelForSequenceClassification.from_pretrained("nzm97/roberta_classification")
  • Notebooks
  • Google Colab
  • Kaggle
roberta_classification / logs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
nzm97's picture
nzm97
End of training
ef93c63 verified over 2 years ago
  • events.out.tfevents.1705504055.506dbb372526.2439.0
    5.63 kB
    xet
    Training in progress, epoch 2 over 2 years ago
  • events.out.tfevents.1705504130.506dbb372526.2439.1
    502 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1705517612.506dbb372526.2439.2
    316 Bytes
    xet
    End of training over 2 years ago
  • events.out.tfevents.1705577745.330c0a73200a.3251.0
    35.8 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1705578008.330c0a73200a.3251.1
    754 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1705584833.330c0a73200a.3251.2
    316 Bytes
    xet
    End of training over 2 years ago