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

  • Log In
  • Sign Up

Lancelot53
/
roberta-antonym-classifier

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

Instructions to use Lancelot53/roberta-antonym-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Lancelot53/roberta-antonym-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Lancelot53/roberta-antonym-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Lancelot53/roberta-antonym-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Lancelot53/roberta-antonym-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-antonym-classifier
1.42 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Lancelot53's picture
Lancelot53
Upload RobertaForSequenceClassification
776d8b4 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.17 kB
    Upload RobertaForSequenceClassification 9 months ago
  • config.json
    701 Bytes
    Upload RobertaForSequenceClassification 9 months ago
  • model.safetensors
    1.42 GB
    xet
    Upload RobertaForSequenceClassification 9 months ago