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
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,8 +9,8 @@ base_model: EleutherAI/polyglot-ko-5.8b
|
|
| 9 |
|
| 10 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
|
| 12 |
-
The korean language model finetuned from EleutherAI's polyglot-ko-5.8b, using QLoRA method.
|
| 13 |
-
It trained about 100k instruction data.
|
| 14 |
|
| 15 |
Instruction data was made using "네이버 지식인" and ShareGPT data.
|
| 16 |
|
|
|
|
| 9 |
|
| 10 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
|
| 12 |
+
The korean language model finetuned from EleutherAI's polyglot-ko-5.8b, using QLoRA method.
|
| 13 |
+
It trained about 100k instruction data.
|
| 14 |
|
| 15 |
Instruction data was made using "네이버 지식인" and ShareGPT data.
|
| 16 |
|