Instructions to use el-walid/makataba-tinyllama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use el-walid/makataba-tinyllama 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, "el-walid/makataba-tinyllama") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3b938a4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b98d49d9d13e0473f82b2e1952c2ae8ca40c6c2b27dfa2ed651c231c1527eda6
size 5304
|