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

TARGAZ
/
test_model

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

  • Libraries
  • Transformers

    How to use TARGAZ/test_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="TARGAZ/test_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("TARGAZ/test_model")
    model = AutoModelForSequenceClassification.from_pretrained("TARGAZ/test_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test_model / runs /Dec09_22-08-52_debian
8.22 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits

This model has 1 file scanned as unsafe.

TARGAZ's picture
TARGAZ
End of training
63b057b verified over 1 year ago
  • events.out.tfevents.1733778532.debian.21667.0
    7.76 kB
    xet
    End of training over 1 year ago
  • events.out.tfevents.1733778785.debian.21667.1
    460 Bytes
    xet
    End of training over 1 year ago