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: 129 Bytes
5dca9e7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5c3114ca65d6a9114ebebfa2bb471e20c3c2d336c0b4663606787707e53713b1
size 5368
|