Instructions to use daniel40/405873df-45b3-4288-a7e9-0e1ff6572fd8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel40/405873df-45b3-4288-a7e9-0e1ff6572fd8 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, "daniel40/405873df-45b3-4288-a7e9-0e1ff6572fd8") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!