Instructions to use thanhduc1180/qwen2.5-3b-logicllm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thanhduc1180/qwen2.5-3b-logicllm with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B") model = PeftModel.from_pretrained(base_model, "thanhduc1180/qwen2.5-3b-logicllm") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
a8f98e4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3a94d54a96af76128c79748ad44b3bfccf32deaecbe893134f32fc084d731f65
size 988
|