Image-Text-to-Text
PEFT
Safetensors
English
vision-language
blockchain-security
attack-detection
lora
agentic-economy
dogon
rocm
amd
conversational
Instructions to use Ibonon/imina_na_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ibonon/imina_na_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-2B-Instruct") model = PeftModel.from_pretrained(base_model, "Ibonon/imina_na_lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K