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
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. I'm working on a project to help researchers document their models on the Hub.
I've opened this PR to improve the model card for your LipoAgent adapter:
- Added
library_name: peftandpipeline_tag: text-generationto the YAML metadata. - Linked the model to its research paper and official GitHub repository.
- Added a citation section.
These changes make your work more discoverable and ensure correct attribution. Let me know if you have any questions!