Instructions to use bychwa/kitchenbot-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bychwa/kitchenbot-chat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models/kitchenbot-base") model = PeftModel.from_pretrained(base_model, "bychwa/kitchenbot-chat") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e36f019 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:42d3cfd7cb13fa139512e6bea215ce8ea1fb8b6a99297c7ae7be66fb6d9e1121
size 5368
|