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

  • Log In
  • Sign Up

aiknight87
/
mistralai-7b-new2

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

Instructions to use aiknight87/mistralai-7b-new2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use aiknight87/mistralai-7b-new2 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, "aiknight87/mistralai-7b-new2")
  • Notebooks
  • Google Colab
  • Kaggle
mistralai-7b-new2
2.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
aiknight87's picture
aiknight87
Upload config.json with huggingface_hub
2f5eae4 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1 kB
    Upload config.json with huggingface_hub over 2 years ago