Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

danniel2023
/
lora_model

PEFT
Safetensors
mistral
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use danniel2023/lora_model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "danniel2023/lora_model")
  • Notebooks
  • Google Colab
  • Kaggle
lora_model
4.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
danniel2023's picture
danniel2023
Upload model
1e738ba over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.1 kB
    Upload model over 2 years ago
  • adapter_config.json
    654 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    168 MB
    xet
    Upload model over 2 years ago
  • config.json
    1.09 kB
    Upload MistralForCausalLM over 2 years ago
  • generation_config.json
    137 Bytes
    Upload MistralForCausalLM over 2 years ago
  • model.safetensors
    4.13 GB
    xet
    Upload MistralForCausalLM over 2 years ago