Instructions to use thanhduc1180/qwen2.5-7b-instruct-finqa-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thanhduc1180/qwen2.5-7b-instruct-finqa-sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "thanhduc1180/qwen2.5-7b-instruct-finqa-sft") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
File size: 134 Bytes
173386d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:92d184cf9f451a344777d4f65deb04da3f9231285076b79666a879f280c49fe2
size 161533192
|