Instructions to use ChaeMs/KoRani-5.8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ChaeMs/KoRani-5.8b 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, "ChaeMs/KoRani-5.8b") - Notebooks
- Google Colab
- Kaggle
ChaeMs/KoRani-5.8b
The korean language model finetuned from EleutherAI's polyglot-ko-5.8b, using QLoRA method.
It trained about 100k instruction data.
Instruction data was made using "๋ค์ด๋ฒ ์ง์์ธ" and ShareGPT data.
Model Description
- Developed by: Chae Minsu
- Model type: Text Generation
- Language(s) (NLP): Korean
- Finetuned from model: EleutherAI/polyglot-ko-5.8b
- Training Data: ๋ค์ด๋ฒ ์ง์์ธ data made by beomi, ShareGPT data made by junelee
- Downloads last month
- 1
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for ChaeMs/KoRani-5.8b
Base model
EleutherAI/polyglot-ko-5.8b