Instructions to use aagdeyogipramana/SFT-Qwen-SEA-LION-v4-8B-VL-Fundus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aagdeyogipramana/SFT-Qwen-SEA-LION-v4-8B-VL-Fundus with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/scratch/Projects/CFP-03/CFP03-CF-053/yogi/Qwen-SEA-LION-v4-8B-VL") model = PeftModel.from_pretrained(base_model, "aagdeyogipramana/SFT-Qwen-SEA-LION-v4-8B-VL-Fundus") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!