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
/
mini_polyglot

PEFT
Safetensors
gpt_neox
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Nebulae000/mini_polyglot with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/polyglot-ko-1.3b")
    model = PeftModel.from_pretrained(base_model, "Nebulae000/mini_polyglot")
  • Notebooks
  • Google Colab
  • Kaggle
mini_polyglot
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Nebulae000's picture
Nebulae000
Upload 6 files
19639e6 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.45 kB
    Upload 6 files over 2 years ago
  • adapter_config.json
    489 Bytes
    Upload 6 files over 2 years ago
  • adapter_model.safetensors
    6.3 MB
    xet
    Upload 6 files over 2 years ago
  • config.json
    637 Bytes
    Upload 6 files over 2 years ago
  • tokenizer.json
    1.65 MB
    Upload 6 files over 2 years ago
  • tokenizer_config.json
    161 Bytes
    Upload 6 files over 2 years ago