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

blakeurmos
/
maya-7b-lora-v1

Text Generation
PEFT
Safetensors
English
mistral
maya
personality
lora
Model card Files Files and versions
xet
Community

Instructions to use blakeurmos/maya-7b-lora-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use blakeurmos/maya-7b-lora-v1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3")
    model = PeftModel.from_pretrained(base_model, "blakeurmos/maya-7b-lora-v1")
  • Notebooks
  • Google Colab
  • Kaggle
maya-7b-lora-v1
18 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
blakeurmos's picture
blakeurmos
Upload README.md with huggingface_hub
ad8466f verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    984 Bytes
    Upload README.md with huggingface_hub 11 months ago
  • adapter_config.json
    839 Bytes
    Upload adapter_config.json with huggingface_hub 11 months ago
  • adapter_model.safetensors
    13.6 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub 11 months ago
  • special_tokens_map.json
    437 Bytes
    Upload special_tokens_map.json with huggingface_hub 11 months ago
  • tokenizer.json
    3.67 MB
    Upload tokenizer.json with huggingface_hub 11 months ago
  • tokenizer.model
    587 kB
    xet
    Upload tokenizer.model with huggingface_hub 11 months ago
  • tokenizer_config.json
    137 kB
    Upload tokenizer_config.json with huggingface_hub 11 months ago