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

DS-Archive
/
limarp-deepseek-67b-qlora

PEFT
Safetensors
llama
Generated from Trainer
4-bit precision
bitsandbytes
Model card Files Files and versions
xet

Instructions to use DS-Archive/limarp-deepseek-67b-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use DS-Archive/limarp-deepseek-67b-qlora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("./models/deepseek-llm-67b-base")
    model = PeftModel.from_pretrained(base_model, "DS-Archive/limarp-deepseek-67b-qlora")
  • Notebooks
  • Google Colab
  • Kaggle
limarp-deepseek-67b-qlora
6.91 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Doctor-Shotgun's picture
Doctor-Shotgun
Update README.md
457853d over 2 years ago
  • checkpoint-244
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-488
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.67 kB
    Update README.md over 2 years ago
  • adapter_config.json
    574 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • adapter_model.bin
    1.73 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • config.json
    1.09 kB
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    482 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    4.61 MB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    3.02 kB
    Upload folder using huggingface_hub over 2 years ago