Instructions to use EllaHong/news_exp2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EllaHong/news_exp2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("nlpai-lab/kullm-polyglot-5.8b-v2") model = PeftModel.from_pretrained(base_model, "EllaHong/news_exp2") - Notebooks
- Google Colab
- Kaggle