Instructions to use burtenshaw/tmax2-rawcmd-tmaxsft-lora-lr1e5-r8-s80 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use burtenshaw/tmax2-rawcmd-tmaxsft-lora-lr1e5-r8-s80 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("allenai/tmax-2b") model = PeftModel.from_pretrained(base_model, "burtenshaw/tmax2-rawcmd-tmaxsft-lora-lr1e5-r8-s80") - Notebooks
- Google Colab
- Kaggle
Ctrl+K