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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pe4enov
/
saiga_7b_lora_8bit

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use pe4enov/saiga_7b_lora_8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use pe4enov/saiga_7b_lora_8bit with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-7b")
    model = PeftModel.from_pretrained(base_model, "pe4enov/saiga_7b_lora_8bit")
  • Notebooks
  • Google Colab
  • Kaggle
saiga_7b_lora_8bit
161 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
pe4enov's picture
pe4enov
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#1)
6c73c54 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    472 Bytes
    Librarian Bot: Add base_model information to model (#1) almost 3 years ago
  • adapter_config.json
    519 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    160 MB
    xet
    Upload model almost 3 years ago
  • generation_config.json
    124 Bytes
    Upload generation_config.json almost 3 years ago
  • special_tokens_map.json
    117 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    745 Bytes
    Upload tokenizer almost 3 years ago