Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Christian2903
/
model

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

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

  • Libraries
  • Transformers

    How to use Christian2903/model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Christian2903/model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Christian2903/model")
    model = AutoModelForSequenceClassification.from_pretrained("Christian2903/model")
  • Notebooks
  • Google Colab
  • Kaggle
model / runs
8.93 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Christian2903's picture
Christian2903
Training in progress, epoch 5
61d5606 over 2 years ago
  • Nov12_11-35-20_40aee47c8120
    Training in progress, epoch 5 over 2 years ago