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

officeuseaitf2024
/
wallet_deberta_v10

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use officeuseaitf2024/wallet_deberta_v10 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/deberta-v3-small")
    model = PeftModel.from_pretrained(base_model, "officeuseaitf2024/wallet_deberta_v10")
  • Transformers

    How to use officeuseaitf2024/wallet_deberta_v10 with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("officeuseaitf2024/wallet_deberta_v10", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wallet_deberta_v10
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
officeuseaitf2024's picture
officeuseaitf2024
initial commit
37e9466 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago