Instructions to use miike-ai/now-fluent-lora-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use miike-ai/now-fluent-lora-1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/DeepSeek-R1-Distill-Llama-8B-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "miike-ai/now-fluent-lora-1") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d5cf40c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ada3046ad11bf71eec128b9655d65b183ada499e8b1caa2773319559202e6ba0
size 5688
|