Instructions to use Sakong/polyglot-ko-5.8-1000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Sakong/polyglot-ko-5.8-1000 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/polyglot-ko-5.8b") model = PeftModel.from_pretrained(base_model, "Sakong/polyglot-ko-5.8-1000") - Notebooks
- Google Colab
- Kaggle
| { | |
| "additional_special_tokens": [ | |
| "<|endoftext|>", | |
| "<|sep|>", | |
| "<|acc|>", | |
| "<|tel|>", | |
| "<|rrn|>" | |
| ], | |
| "eos_token": { | |
| "content": "<|endoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": "<|endoftext|>" | |
| } | |