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: 133 Bytes
d5cf40c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:28f68c30a4056f2e5d53416b382e328409a81cfd495e74b7f8a5a14722c5df71
size 17209709
|