Instructions to use LLMMINE/TIPA-7B-TranditionalTask with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LLMMINE/TIPA-7B-TranditionalTask 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/TIPA-7B-TranditionalTask") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8557132 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8f3b53aba3b3cc5907bf77eadbc3902e2b911d94d762328400122bcf0d591405
size 323290986
|