Instructions to use chano12/Tiger_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chano12/Tiger_classification 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, "chano12/Tiger_classification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
24cd447 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9fe47b8e8646dd0480de3f3e0a9d72760707f721fb318b26f5cc745bfa443cec
size 7416
|