# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Ansh989/Chatbot", dtype="auto")Quick Links
README.md exists but content is empty.
Model tree for Ansh989/Chatbot
Base model
openai-community/gpt2# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Ansh989/Chatbot", dtype="auto")Base model
openai-community/gpt2
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Ansh989/Chatbot")