Instructions to use Rfy23/hw_midm_7B_nsmc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rfy23/hw_midm_7B_nsmc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("KT-AI/midm-bitext-S-7B-inst-v1") model = PeftModel.from_pretrained(base_model, "Rfy23/hw_midm_7B_nsmc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K