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

bradduy
/
Any2AnyModels

Text Generation
PEFT
Safetensors
English
gemma4
unsloth
lora
qlora
fine-tuning
hackathon
gemma-4-good-hackathon
kaggle
conversational
Model card Files Files and versions
xet
Community

Instructions to use bradduy/Any2AnyModels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use bradduy/Any2AnyModels with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-4-E4B-it-unsloth-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "bradduy/Any2AnyModels")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Desktop
Any2AnyModels
619 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
bradduy's picture
bradduy
Upload folder using huggingface_hub
8603ba4 verified 5 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 5 months ago
  • README.md
    7.99 kB
    Upload README.md with huggingface_hub 5 months ago
  • adapter_config.json
    1.59 kB
    Upload folder using huggingface_hub 5 months ago
  • adapter_model.safetensors
    587 MB
    xet
    Upload folder using huggingface_hub 5 months ago
  • chat_template.jinja
    1.5 kB
    Upload folder using huggingface_hub 5 months ago
  • processor_config.json
    1.69 kB
    Upload folder using huggingface_hub 5 months ago
  • tokenizer.json
    32.2 MB
    xet
    Upload folder using huggingface_hub 5 months ago
  • tokenizer_config.json
    2.66 kB
    Upload folder using huggingface_hub 5 months ago