Instructions to use VERSIL91/e4dfe6ab-12b9-41b6-93ae-11c996abeeeb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/e4dfe6ab-12b9-41b6-93ae-11c996abeeeb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "VERSIL91/e4dfe6ab-12b9-41b6-93ae-11c996abeeeb") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.