Instructions to use alexbaumann99/CARL-EVA02-B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use alexbaumann99/CARL-EVA02-B with timm:
import timm model = timm.create_model("hf_hub:alexbaumann99/CARL-EVA02-B", pretrained=True) - Transformers
How to use alexbaumann99/CARL-EVA02-B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="alexbaumann99/CARL-EVA02-B")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("alexbaumann99/CARL-EVA02-B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!