Instructions to use FirstLast/tinyllama-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FirstLast/tinyllama-finetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v0.4") model = PeftModel.from_pretrained(base_model, "FirstLast/tinyllama-finetuned") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ff83ad2cf41efb2bdceaba17a41f49bf4b189de41c2287e00802359f01d97db1
- Size of remote file:
- 4.28 kB
- SHA256:
- abacc72a5d7f690329a85af6f4ad659c2a96dc72ba5284a1c4a6f6d7685ffe02
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.