Instructions to use ncbateman/tuning-miner-testbed-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ncbateman/tuning-miner-testbed-2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-1B-Instruct") model = PeftModel.from_pretrained(base_model, "ncbateman/tuning-miner-testbed-2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5a77c28 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5806c4d9a2000f56cf7446c0b9ce3ad414fda3388dacf19f1c3f9be4085986dc
size 6648
|