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
| { | |
| "_data_files": [ | |
| { | |
| "filename": "data-00000-of-00001.arrow" | |
| } | |
| ], | |
| "_fingerprint": "8968d961bf19046e", | |
| "_format_columns": null, | |
| "_format_kwargs": {}, | |
| "_format_type": null, | |
| "_output_all_columns": false, | |
| "_split": "train" | |
| } |