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

aserrasastre
/
Mistral-7B-Instruct-code-v0.1

PEFT
Safetensors
mistral
Model card Files Files and versions
xet
Community

Instructions to use aserrasastre/Mistral-7B-Instruct-code-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use aserrasastre/Mistral-7B-Instruct-code-v0.1 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, "aserrasastre/Mistral-7B-Instruct-code-v0.1")
  • Notebooks
  • Google Colab
  • Kaggle
Mistral-7B-Instruct-code-v0.1
94.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
aserrasastre's picture
aserrasastre
Subiendo modelo a Hugging Face
6c0f661 over 2 years ago
  • .gitattributes
    1.57 kB
    Subiendo modelo a Hugging Face over 2 years ago
  • README.md
    5.12 kB
    Subiendo modelo a Hugging Face over 2 years ago
  • adapter_config.json
    655 Bytes
    Subiendo modelo a Hugging Face over 2 years ago
  • adapter_model.safetensors
    92.3 MB
    xet
    Subiendo modelo a Hugging Face over 2 years ago
  • config.json
    596 Bytes
    Upload config.json over 2 years ago
  • special_tokens_map.json
    437 Bytes
    Subiendo modelo a Hugging Face over 2 years ago
  • tokenizer.json
    1.8 MB
    xet
    Subiendo modelo a Hugging Face over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Subiendo modelo a Hugging Face over 2 years ago
  • tokenizer_config.json
    1.46 kB
    Subiendo modelo a Hugging Face over 2 years ago