How to use Neleac/SpaceTimeGPT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForImageTextToText tokenizer = AutoTokenizer.from_pretrained("Neleac/SpaceTimeGPT") model = AutoModelForImageTextToText.from_pretrained("Neleac/SpaceTimeGPT")
There is a warning, how can I solve it: "Could not find image processor class in the image processor config or the model config. Loading based on pattern matching with the model's feature extractor configuration."
· Sign up or log in to comment