Text Generation
PEFT
Safetensors
Italian
lora
baseline
flat-training
math
arithmetic
control-group
conversational
Instructions to use dexmac/progressive-cognitive-baseline-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dexmac/progressive-cognitive-baseline-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B") model = PeftModel.from_pretrained(base_model, "dexmac/progressive-cognitive-baseline-lora") - Notebooks
- Google Colab
- Kaggle