# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("VictorTomas09/Generative_AI", dtype="auto")Quick Links
README.md exists but content is empty.
Model tree for VictorTomas09/Generative_AI
Base model
facebook/rag-token-base
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="VictorTomas09/Generative_AI")