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

naru0411
/
LLM-competition-SFT-DPO

Text Generation
PEFT
Safetensors
English
qwen3
qlora
lora
structured-output
conversational
Model card Files Files and versions
xet
Community

Instructions to use naru0411/LLM-competition-SFT-DPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use naru0411/LLM-competition-SFT-DPO with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "naru0411/LLM-competition-SFT-DPO")
  • Notebooks
  • Google Colab
  • Kaggle
LLM-competition-SFT-DPO
8.59 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
naru0411's picture
naru0411
Update LoRA adapter with dataset v2
df6f463 verified 7 months ago
  • .gitattributes
    1.57 kB
    (Trained with Unsloth) 7 months ago
  • README.md
    1.64 kB
    Update LoRA adapter with dataset v2 7 months ago
  • adapter_config.json
    1.22 kB
    Update LoRA adapter with dataset v2 7 months ago
  • adapter_model.safetensors
    529 MB
    xet
    Update LoRA adapter with dataset v2 7 months ago
  • added_tokens.json
    707 Bytes
    (Trained with Unsloth) 7 months ago
  • chat_template.jinja
    4.04 kB
    (Trained with Unsloth) 7 months ago
  • config.json
    1.81 kB
    (Trained with Unsloth) 7 months ago
  • merges.txt
    1.67 MB
    (Trained with Unsloth) 7 months ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    (Trained with Unsloth) 7 months ago
  • model-00002-of-00002.safetensors
    3.08 GB
    xet
    (Trained with Unsloth) 7 months ago
  • model.safetensors.index.json
    32.9 kB
    (Trained with Unsloth) 7 months ago
  • special_tokens_map.json
    614 Bytes
    (Trained with Unsloth) 7 months ago
  • tokenizer.json
    11.4 MB
    xet
    (Trained with Unsloth) 7 months ago
  • tokenizer_config.json
    5.43 kB
    Update LoRA adapter with dataset v2 7 months ago
  • vocab.json
    2.78 MB
    (Trained with Unsloth) 7 months ago