Instructions to use robiulawaldev/3fe45700-c55c-41cf-9e61-560435f2eb62 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use robiulawaldev/3fe45700-c55c-41cf-9e61-560435f2eb62 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, "robiulawaldev/3fe45700-c55c-41cf-9e61-560435f2eb62") - Notebooks
- Google Colab
- Kaggle