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

Deehan
/
deberta-ps-rationale-only-locked

Text Classification
Transformers
Safetensors
deberta-v2
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Deehan/deberta-ps-rationale-only-locked with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Deehan/deberta-ps-rationale-only-locked with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Deehan/deberta-ps-rationale-only-locked")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Deehan/deberta-ps-rationale-only-locked")
    model = AutoModelForSequenceClassification.from_pretrained("Deehan/deberta-ps-rationale-only-locked", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-ps-rationale-only-locked
1.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Deehan's picture
Deehan
Update README.md
1310bbf verified 20 days ago
  • .gitattributes
    1.52 kB
    initial commit 21 days ago
  • README.md
    5.26 kB
    Update README.md 20 days ago
  • config.json
    949 Bytes
    Upload DebertaV2ForSequenceClassification 21 days ago
  • model.safetensors
    1.74 GB
    xet
    Upload DebertaV2ForSequenceClassification 21 days ago
  • tokenizer.json
    8.34 MB
    Upload tokenizer 21 days ago
  • tokenizer_config.json
    538 Bytes
    Upload tokenizer 21 days ago