Instructions to use mrHunghddddd/45075755-e702-4ecf-956e-ffdc498c80e1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrHunghddddd/45075755-e702-4ecf-956e-ffdc498c80e1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("furiosa-ai/mlperf-gpt-j-6b") model = PeftModel.from_pretrained(base_model, "mrHunghddddd/45075755-e702-4ecf-956e-ffdc498c80e1") - Notebooks
- Google Colab
- Kaggle
Ctrl+K