Instructions to use kou199024/Inverse-Qwen2.5-7B-BlackBox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kou199024/Inverse-Qwen2.5-7B-BlackBox with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/iusers01/fatpou01/compsci01/p10144hh/models/Qwen2.5-7B") model = PeftModel.from_pretrained(base_model, "kou199024/Inverse-Qwen2.5-7B-BlackBox") - Notebooks
- Google Colab
- Kaggle
Ctrl+K