Instructions to use iknow-lab/0725-ko-genstruct-v0.2-writing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use iknow-lab/0725-ko-genstruct-v0.2-writing with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MLP-KTLim/llama-3-Korean-Bllossom-8B") model = PeftModel.from_pretrained(base_model, "iknow-lab/0725-ko-genstruct-v0.2-writing") - Transformers
How to use iknow-lab/0725-ko-genstruct-v0.2-writing with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("iknow-lab/0725-ko-genstruct-v0.2-writing", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!