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

ronantakizawa
/
codereview-qwen32b-adapter

Text Generation
PEFT
Safetensors
English
code-review
qwen2.5-coder
lora
qlora
fine-tuned
code
sft
dpo
unsloth
conversational
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use ronantakizawa/codereview-qwen32b-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ronantakizawa/codereview-qwen32b-adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-coder-32b-instruct-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "ronantakizawa/codereview-qwen32b-adapter")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Desktop
codereview-qwen32b-adapter
2.17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ronantakizawa's picture
ronantakizawa
Update README.md
50f8fe5 verified 7 months ago
  • dpo
    Add DPO LoRA adapter 7 months ago
  • .gitattributes
    1.63 kB
    Add DPO LoRA adapter 7 months ago
  • README.md
    7.12 kB
    Update README.md 7 months ago
  • adapter_config.json
    1.21 kB
    Upload SFT LoRA adapter (Qwen2.5-Coder-32B-Instruct, 1 epoch on 48K examples) 7 months ago
  • adapter_model.safetensors
    1.07 GB
    xet
    Upload SFT LoRA adapter (Qwen2.5-Coder-32B-Instruct, 1 epoch on 48K examples) 7 months ago
  • chat_template.jinja
    2.51 kB
    Upload SFT LoRA adapter (Qwen2.5-Coder-32B-Instruct, 1 epoch on 48K examples) 7 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload SFT LoRA adapter (Qwen2.5-Coder-32B-Instruct, 1 epoch on 48K examples) 7 months ago
  • tokenizer_config.json
    405 Bytes
    Upload SFT LoRA adapter (Qwen2.5-Coder-32B-Instruct, 1 epoch on 48K examples) 7 months ago
  • training_args.bin

    Detected Pickle imports (10)

    • "UnslothSFTTrainer.UnslothSFTConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SaveStrategy"

    How to fix it?

    5.84 kB
    xet
    Upload SFT LoRA adapter (Qwen2.5-Coder-32B-Instruct, 1 epoch on 48K examples) 7 months ago