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

HimanshuPewal24
/
bug-explainer-mistral_qlora

PEFT
Safetensors
English
debugging
code
qlora
4bit
Model card Files Files and versions
xet
Community

Instructions to use HimanshuPewal24/bug-explainer-mistral_qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use HimanshuPewal24/bug-explainer-mistral_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, "HimanshuPewal24/bug-explainer-mistral_qlora")
  • Notebooks
  • Google Colab
  • Kaggle
bug-explainer-mistral_qlora
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
HimanshuPewal24's picture
HimanshuPewal24
Upload README.md with huggingface_hub
983f6d3 verified 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    478 Bytes
    Upload README.md with huggingface_hub 17 days ago
  • adapter_config.json
    1.11 kB
    Upload QLoRA Bug Explainer โ€” Mistral 7B 17 days ago
  • adapter_model.safetensors
    168 MB
    xet
    Upload QLoRA Bug Explainer โ€” Mistral 7B 17 days ago
  • special_tokens_map.json
    437 Bytes
    Upload tokenizer 17 days ago
  • tokenizer.json
    3.51 MB
    Upload tokenizer 17 days ago
  • tokenizer.model
    493 kB
    xet
    Upload tokenizer 17 days ago
  • tokenizer_config.json
    2.11 kB
    Upload tokenizer 17 days ago