Instructions to use t83714/qwen2.5-32b-instruct-limo-lora-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use t83714/qwen2.5-32b-instruct-limo-lora-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-32B-Instruct") model = PeftModel.from_pretrained(base_model, "t83714/qwen2.5-32b-instruct-limo-lora-adapter") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload ./trainer_state.json with huggingface_hub c49e2c6 verified
Upload ./training_args.bin with huggingface_hub f63f61d verified
Upload folder using huggingface_hub 2920845 verified
Upload eval/math/test_qwen-instruct_t0.0_k1_s0_e500_gen_round0.pkl with huggingface_hub e3d8652 verified
Upload eval/math/test_qwen-instruct_t0.0_k1_s0_e500.jsonl with huggingface_hub 9c3df9e verified
inital commit e3f33f4
Jacky Jiang commited on