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

oosiz
/
qlora-koalpaca-polyglot-5.8b-50step

PEFT
Safetensors
gpt_neox
Model card Files Files and versions
xet
Community

Instructions to use oosiz/qlora-koalpaca-polyglot-5.8b-50step with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use oosiz/qlora-koalpaca-polyglot-5.8b-50step with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("beomi/KoAlpaca-Polyglot-5.8B")
    model = PeftModel.from_pretrained(base_model, "oosiz/qlora-koalpaca-polyglot-5.8b-50step")
  • Notebooks
  • Google Colab
  • Kaggle
qlora-koalpaca-polyglot-5.8b-50step
16.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
oosiz's picture
oosiz
Upload tokenizer
498f99f almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    5.45 kB
    Upload model almost 3 years ago
  • adapter_config.json
    490 Bytes
    Upload model almost 3 years ago
  • adapter_model.safetensors
    14.7 MB
    xet
    Upload model almost 3 years ago
  • config.json
    663 Bytes
    Upload config.json almost 3 years ago
  • config.txt
    663 Bytes
    config almost 3 years ago
  • tokenizer.json
    1.65 MB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    210 Bytes
    Upload tokenizer almost 3 years ago