Instructions to use Cvwisework/qwen2.5-7b-passport_e1_e3_train-testtrained_match_fulltrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Cvwisework/qwen2.5-7b-passport_e1_e3_train-testtrained_match_fulltrain with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "Cvwisework/qwen2.5-7b-passport_e1_e3_train-testtrained_match_fulltrain") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.