Instructions to use akashAD/gemma-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use akashAD/gemma-chatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b-it") model = PeftModel.from_pretrained(base_model, "akashAD/gemma-chatbot") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a00556d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:36678b06b558b35a784a6fe9aff3f29f832fdfc7f350b552baa8753554e01b91
size 4920
|