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

  • Log In
  • Sign Up

NouRed
/
Med-Mistral-7B-QLoRa

Text Generation
PEFT
Safetensors
English
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use NouRed/Med-Mistral-7B-QLoRa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use NouRed/Med-Mistral-7B-QLoRa with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2")
    model = PeftModel.from_pretrained(base_model, "NouRed/Med-Mistral-7B-QLoRa")
  • Notebooks
  • Google Colab
  • Kaggle
Med-Mistral-7B-QLoRa
638 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
NouRed's picture
NouRed
Update README.md
9c79a4a over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.21 kB
    Update README.md over 2 years ago
  • adapter_config.json
    660 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    638 MB
    xet
    Upload model over 2 years ago