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 ·
a23e077
1
Parent(s): 43e6ee0
Rename config.json to adapter_config.json
Browse files
config.json → adapter_config.json
RENAMED
|
File without changes
|