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

cvillejustin
/
mistral_custom_lora

PEFT
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use cvillejustin/mistral_custom_lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1")
    model = PeftModel.from_pretrained(base_model, "cvillejustin/mistral_custom_lora")
  • Notebooks
  • Google Colab
  • Kaggle
mistral_custom_lora
30.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
cvillejustin's picture
cvillejustin
Update README.md
8d5ab39 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    9.95 kB
    Update README.md about 1 year ago
  • adapter_config.json
    730 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • adapter_model.safetensors
    27.3 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    414 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    3.51 MB
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    2.13 kB
    Upload folder using huggingface_hub about 1 year ago