Instructions to use Nemo0412/txgemma-9b-lipo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Nemo0412/txgemma-9b-lipo with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/scratch/ll5914/models/txgemma-9b-chat") model = PeftModel.from_pretrained(base_model, "Nemo0412/txgemma-9b-lipo") - Notebooks
- Google Colab
- Kaggle
Improve model card metadata and add research links
#1 opened 3 months ago
by
nielsr