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:e500ef313a8ed50e9b80757f4ddafd4eb8fe95e797af5388de21a0f383a51801
size 1064
|