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

Nebulae000
/
polyglot-ko-12.8b_1000sample

PEFT
Safetensors
gpt_neox
Model card Files Files and versions
xet
Community

Instructions to use Nebulae000/polyglot-ko-12.8b_1000sample with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Nebulae000/polyglot-ko-12.8b_1000sample with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/polyglot-ko-12.8b")
    model = PeftModel.from_pretrained(base_model, "Nebulae000/polyglot-ko-12.8b_1000sample")
  • Notebooks
  • Google Colab
  • Kaggle
polyglot-ko-12.8b_1000sample
26.2 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Nebulae000's picture
Nebulae000
Upload 3 files
a8a1258 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.45 kB
    Upload model over 2 years ago
  • adapter_config.json
    490 Bytes
    Rename config.json to adapter_config.json over 2 years ago
  • adapter_model.safetensors
    26.2 MB
    xet
    Upload model over 2 years ago
  • config.json
    689 Bytes
    Upload 3 files over 2 years ago
  • generation_config.json
    111 Bytes
    Upload 3 files over 2 years ago
  • tokenizer_config.json
    185 Bytes
    Upload 3 files over 2 years ago