Instructions to use 91veMe4Plus-Project/hyperclova-deobfuscation-lora-with-4-batch-size with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 91veMe4Plus-Project/hyperclova-deobfuscation-lora-with-4-batch-size with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("naver-hyperclovax/HyperCLOVAX-SEED-Text-Instruct-0.5B") model = PeftModel.from_pretrained(base_model, "91veMe4Plus-Project/hyperclova-deobfuscation-lora-with-4-batch-size") - Notebooks
- Google Colab
- Kaggle