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

  • Log In
  • Sign Up

TomData
/
deberta-HA-FT-BABE

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

Instructions to use TomData/deberta-HA-FT-BABE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TomData/deberta-HA-FT-BABE with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="TomData/deberta-HA-FT-BABE")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("TomData/deberta-HA-FT-BABE")
    model = AutoModelForSequenceClassification.from_pretrained("TomData/deberta-HA-FT-BABE")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-HA-FT-BABE
738 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
TomData's picture
TomData
Upload DebertaV2ForSequenceClassification
f81e36f verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.17 kB
    Upload DebertaV2ForSequenceClassification 7 months ago
  • config.json
    886 Bytes
    Upload DebertaV2ForSequenceClassification 7 months ago
  • model.safetensors
    738 MB
    xet
    Upload DebertaV2ForSequenceClassification 7 months ago