Text Generation
PEFT
Safetensors
English
Indonesian
medical
lung-ct
pet-ct
oncology
triage
qlora
conversational
Instructions to use SutanRifkyt/K2-Inhale with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SutanRifkyt/K2-Inhale with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("LLM360/K2-Think") model = PeftModel.from_pretrained(base_model, "SutanRifkyt/K2-Inhale") - Notebooks
- Google Colab
- Kaggle