Instructions to use tuanna08go/52d95fa1-575c-41fd-920e-f5ebe291ddd3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/52d95fa1-575c-41fd-920e-f5ebe291ddd3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("fxmarty/tiny-random-GemmaForCausalLM") model = PeftModel.from_pretrained(base_model, "tuanna08go/52d95fa1-575c-41fd-920e-f5ebe291ddd3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K