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

e1879
/
threads-qwen3-8b-lora

Text Generation
PEFT
Safetensors
English
lora
qlora
sft
threads
conversational
Model card Files Files and versions
xet
Community

Instructions to use e1879/threads-qwen3-8b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use e1879/threads-qwen3-8b-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-8B")
    model = PeftModel.from_pretrained(base_model, "e1879/threads-qwen3-8b-lora")
  • Notebooks
  • Google Colab
  • Kaggle
threads-qwen3-8b-lora
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
e1879's picture
e1879
Upload QLoRA adapter + model card
b436c9a verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload QLoRA adapter + model card about 1 month ago
  • README.md
    1.1 kB
    Upload QLoRA adapter + model card about 1 month ago
  • adapter_config.json
    1.04 kB
    Upload QLoRA adapter + model card about 1 month ago
  • adapter_model.safetensors
    87.4 MB
    xet
    Upload QLoRA adapter + model card about 1 month ago
  • added_tokens.json
    707 Bytes
    Upload QLoRA adapter + model card about 1 month ago
  • chat_template.jinja
    4.17 kB
    Upload QLoRA adapter + model card about 1 month ago
  • merges.txt
    1.67 MB
    Upload QLoRA adapter + model card about 1 month ago
  • special_tokens_map.json
    613 Bytes
    Upload QLoRA adapter + model card about 1 month ago
  • tokenizer.json
    11.4 MB
    xet
    Upload QLoRA adapter + model card about 1 month ago
  • tokenizer_config.json
    5.4 kB
    Upload QLoRA adapter + model card about 1 month ago
  • vocab.json
    2.78 MB
    Upload QLoRA adapter + model card about 1 month ago