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

  • Log In
  • Sign Up

LambdaX-AI
/
Mistral-Lora-Only

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use LambdaX-AI/Mistral-Lora-Only with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use LambdaX-AI/Mistral-Lora-Only with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1")
    model = PeftModel.from_pretrained(base_model, "LambdaX-AI/Mistral-Lora-Only")
  • Notebooks
  • Google Colab
  • Kaggle
Mistral-Lora-Only
340 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Stuti Agarwal
Upload model
e7385c6 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    464 Bytes
    Upload model over 2 years ago
  • adapter_config.json
    540 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    340 MB
    xet
    Upload model over 2 years ago