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
Commit History
Rename config.json to adapter_config.json a23e077
Rename adapter_config.json to config.json 43e6ee0
Upload model c15167a
initial commit 46e018d
seunghun ban commited on