How to use Q-bert/vit-l with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Q-bert/vit-l")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Q-bert/vit-l") model = AutoModel.from_pretrained("Q-bert/vit-l")
This model has 1 file scanned as suspicious.
How to fix it?