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

sanjay7676
/
forge-qwen-final

PEFT
Safetensors
English
Model card Files Files and versions
xet
Community

Instructions to use sanjay7676/forge-qwen-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use sanjay7676/forge-qwen-final with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "sanjay7676/forge-qwen-final")
  • Notebooks
  • Google Colab
  • Kaggle
forge-qwen-final
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
sanjay7676's picture
sanjay7676
Update README.md
80f8c83 verified 26 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 27 days ago
  • README.md
    2.33 kB
    Update README.md 26 days ago
  • adapter_config.json
    1.16 kB
    Upload folder using huggingface_hub 27 days ago
  • adapter_model.safetensors
    17.5 MB
    xet
    Upload folder using huggingface_hub 27 days ago
  • chat_template.jinja
    2.51 kB
    Upload folder using huggingface_hub 27 days ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub 27 days ago
  • tokenizer_config.json
    4.59 kB
    Upload folder using huggingface_hub 27 days ago