Instructions to use FINAL-Bench/Darwin-2B-Opus-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FINAL-Bench/Darwin-2B-Opus-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-2B") model = PeftModel.from_pretrained(base_model, "FINAL-Bench/Darwin-2B-Opus-LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8adadc7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5cd8e3e8984534f1ae6b98051181aa5989c1873e1fe2b634e0029b791eca959c
size 5713
|