Instructions to use prxy5607/b6ecb213-7ef7-4e03-8fe0-d3fadd8bdbd4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5607/b6ecb213-7ef7-4e03-8fe0-d3fadd8bdbd4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tlphams/gollm-12.8b-instruct-v2.3") model = PeftModel.from_pretrained(base_model, "prxy5607/b6ecb213-7ef7-4e03-8fe0-d3fadd8bdbd4") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!