Instructions to use Beaconsyh08/DINOCOMPANION with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Beaconsyh08/DINOCOMPANION with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/share/wangdaming/LLaMA-Factory/cache/hub/models--Qwen--Qwen3-32B/snapshots/30b8421510892303dc5ddd6cd0ac90ca2053478d") model = PeftModel.from_pretrained(base_model, "Beaconsyh08/DINOCOMPANION") - Notebooks
- Google Colab
- Kaggle
Ctrl+K