π€ Databoy Chatbot
Databoy is a conversational AI chatbot designed to assist data analysts and data science learners. It answers questions related to:
- Python and Pandas
- Data Cleaning and EDA
- Statistics and Visualization
- Interview Questions
- Common data workflows
π οΈ Model Details
- Type: Language Model (LLM)
- Usage: Text generation/chat
- Framework: Transformers (Hugging Face)
- Hosted on: Hugging Face Inference API
π¦ Example Usage
from transformers import pipeline
chatbot = pipeline("text-generation", model="GHarshasri/Databoy")
response = chatbot("Explain standard deviation in simple terms.", max_length=100)
print(response[0]["generated_text"])
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support