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

  • Log In
  • Sign Up

emaeon
/
trained_cppbert2

Text Classification
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use emaeon/trained_cppbert2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="emaeon/trained_cppbert2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("emaeon/trained_cppbert2")
    model = AutoModelForSequenceClassification.from_pretrained("emaeon/trained_cppbert2")
  • Notebooks
  • Google Colab
  • Kaggle
trained_cppbert2
499 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
emaeon's picture
emaeon
Upload RobertaForSequenceClassification
09a9def verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.17 kB
    Upload RobertaForSequenceClassification about 2 years ago
  • config.json
    716 Bytes
    Upload RobertaForSequenceClassification about 2 years ago
  • model.safetensors
    499 MB
    xet
    Upload RobertaForSequenceClassification about 2 years ago