Instructions to use LLMMINE/MTIPA-7B-PositionTask with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LLMMINE/MTIPA-7B-PositionTask with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "LLMMINE/MTIPA-7B-PositionTask") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5dca9e7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:391a39d5c6a1b1f3745673f4ddf86cbe478b4bc7f0f099abded0fc919568ac46
size 161533192
|