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

  • Log In
  • Sign Up

luohy
/
ESP-deberta-large

Text Classification
Transformers
PyTorch
deberta
Model card Files Files and versions
xet
Community
1

Instructions to use luohy/ESP-deberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use luohy/ESP-deberta-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="luohy/ESP-deberta-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("luohy/ESP-deberta-large")
    model = AutoModelForSequenceClassification.from_pretrained("luohy/ESP-deberta-large")
  • Notebooks
  • Google Colab
  • Kaggle
ESP-deberta-large
1.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
luohy's picture
luohy
Upload with huggingface_hub
97e47da about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    21 Bytes
    initial commit about 3 years ago
  • config.json
    953 Bytes
    Upload with huggingface_hub about 3 years ago
  • pytorch_model.bin
    1.63 GB
    xet
    Upload with huggingface_hub about 3 years ago