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: 130 Bytes
d5cf40c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:218c59d7f1771760648409a2d3e2ee7086afcbb77bb84a0647d290595b545235
size 14244
|