Instructions to use abdulqadir02/sft-tiny-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use abdulqadir02/sft-tiny-chatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "abdulqadir02/sft-tiny-chatbot") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4a8fa58 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d88b03cd9bec662e1ac3134d94f86e357eb2208a18d6f4727feee5137765359f
size 5368
|