Instructions to use Niujunbo2002/qwen2_5_vit-668m-patch14-native with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Niujunbo2002/qwen2_5_vit-668m-patch14-native with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="Niujunbo2002/qwen2_5_vit-668m-patch14-native")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("Niujunbo2002/qwen2_5_vit-668m-patch14-native") model = AutoModel.from_pretrained("Niujunbo2002/qwen2_5_vit-668m-patch14-native", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K