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

vpakarinen
/
amd-instella-3b-lora-uncensored

PEFT
Safetensors
instella
Generated from Trainer
custom_code
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use vpakarinen/amd-instella-3b-lora-uncensored with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use vpakarinen/amd-instella-3b-lora-uncensored with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("amd/Instella-3B-Instruct")
    model = PeftModel.from_pretrained(base_model, "vpakarinen/amd-instella-3b-lora-uncensored")
  • Notebooks
  • Google Colab
  • Kaggle
amd-instella-3b-lora-uncensored
60 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
vpakarinen's picture
vpakarinen
Update README.md
34eb30d verified 26 days ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    418 Bytes
    Update README.md 26 days ago
  • adapter_config.json
    796 Bytes
    Upload 7 files over 1 year ago
  • adapter_model.safetensors
    56.4 MB
    xet
    Upload 7 files over 1 year ago
  • config.json
    1.41 kB
    Upload 7 files over 1 year ago
  • special_tokens_map.json
    579 Bytes
    Upload 7 files over 1 year ago
  • tokenizer.json
    3.57 MB
    Upload 7 files over 1 year ago
  • tokenizer_config.json
    6.13 kB
    Upload 7 files over 1 year ago