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

Sweaterdog
/
Andy-3.6-LoRA

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use Sweaterdog/Andy-3.6-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Sweaterdog/Andy-3.6-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/DeepSeek-R1-Distill-Qwen-7B-unsloth-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "Sweaterdog/Andy-3.6-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
Andy-3.6-LoRA
2.84 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Sweaterdog's picture
Sweaterdog
Update README.md
dc71cdf verified about 1 year ago
  • .gitattributes
    1.57 kB
    Upload 6 files over 1 year ago
  • README.md
    1.6 kB
    Update README.md about 1 year ago
  • adapter_config.json
    858 Bytes
    Upload 6 files over 1 year ago
  • adapter_model.safetensors
    2.83 GB
    xet
    Upload 6 files over 1 year ago
  • special_tokens_map.json
    113 Bytes
    Upload 6 files over 1 year ago
  • tokenizer.json
    11.4 MB
    xet
    Upload 6 files over 1 year ago
  • tokenizer_config.json
    5.31 kB
    Upload 6 files over 1 year ago