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

adriansanz
/
test6_balanced

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

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

  • Libraries
  • Transformers

    How to use adriansanz/test6_balanced with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="adriansanz/test6_balanced")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("adriansanz/test6_balanced")
    model = AutoModelForSequenceClassification.from_pretrained("adriansanz/test6_balanced")
  • Notebooks
  • Google Colab
  • Kaggle
test6_balanced / logs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
adriansanz's picture
adriansanz
End of training
e4ce9cd verified about 2 years ago
  • events.out.tfevents.1711532100.21ac2c9b2504.169.0
    14.3 kB
    xet
    Training in progress, epoch 1 about 2 years ago
  • events.out.tfevents.1711532688.21ac2c9b2504.169.1
    51 kB
    xet
    End of training about 2 years ago
  • events.out.tfevents.1711535310.21ac2c9b2504.169.2
    359 Bytes
    xet
    End of training about 2 years ago