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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

niclasfw
/
deberta-v3-base-query-clf

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

Instructions to use niclasfw/deberta-v3-base-query-clf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use niclasfw/deberta-v3-base-query-clf with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/deberta-v3-base")
    model = PeftModel.from_pretrained(base_model, "niclasfw/deberta-v3-base-query-clf")
  • Transformers

    How to use niclasfw/deberta-v3-base-query-clf with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("niclasfw/deberta-v3-base-query-clf", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-base-query-clf
1.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
niclasfw's picture
niclasfw
Upload folder using huggingface_hub
f3a7e78 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.17 kB
    Upload folder using huggingface_hub 7 months ago
  • adapter_config.json
    895 Bytes
    Upload model 7 months ago
  • adapter_model.safetensors
    1.19 MB
    xet
    Upload model 7 months ago