Instructions to use Space-Cracker/qwen2-VL-7b-instruct-focal-distance-256-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Space-Cracker/qwen2-VL-7b-instruct-focal-distance-256-2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Space-Cracker/qwen2-VL-7b-instruct-focal-distance-256-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
The dataset?
#1
by samuelmat19 - opened
What is the dataset used in this model? And what knowledge is better here than the original qwen2vl?
It's a dummy model for testing some peft techniques like prompt tuning in a specific task. the dataset is a custom one
Cool, thanks! :)
samuelmat19 changed discussion status to closed