Instructions to use jekunz/smollm-135m-lora-all-fineweb-icelandic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jekunz/smollm-135m-lora-all-fineweb-icelandic with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM2-135M-Instruct") model = PeftModel.from_pretrained(base_model, "jekunz/smollm-135m-lora-all-fineweb-icelandic") - Notebooks
- Google Colab
- Kaggle
Ctrl+K