Instructions to use Technotech/MagicPrompt-tinystories-33M-epoch10-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Technotech/MagicPrompt-tinystories-33M-epoch10-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models/TinyStories-33M") model = PeftModel.from_pretrained(base_model, "Technotech/MagicPrompt-tinystories-33M-epoch10-lora") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
b5bfb33 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8c97a3bd6b22c34728f2f3fab2f809d43641be7294bd9b98909fc4f7fc889a64
size 792353
|