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

audreyvasconcelos
/
iag-class

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

Instructions to use audreyvasconcelos/iag-class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use audreyvasconcelos/iag-class with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="audreyvasconcelos/iag-class")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("audreyvasconcelos/iag-class")
    model = AutoModelForSequenceClassification.from_pretrained("audreyvasconcelos/iag-class")
  • Notebooks
  • Google Colab
  • Kaggle
iag-class / logs
480 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
audreyvasconcelos's picture
audreyvasconcelos
End of training
e762f37 over 2 years ago
  • events.out.tfevents.1692186558.6f45b4761530.567.0
    480 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1692197519.6f45b4761530.567.1
    364 Bytes
    xet
    End of training over 2 years ago