Spaces:
Running
Running
File size: 942 Bytes
bd4e263 08d2af9 bd4e263 d2c26bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
title: Muhammad’s GODEL Chatbot
emoji: 🧠
colorFrom: purple
colorTo: blue
sdk: gradio
app_file: app.py
pinned: false
---
# Muhammad’s GODEL Chatbot
A grounded conversational AI built using Microsoft's [GODEL-v1_1-base-seq2seq](https://huggingface.co/microsoft/GODEL-v1_1-base-seq2seq) model and deployed on Hugging Face Spaces using Gradio.
## 🧠 What It Does
This chatbot generates natural, context-aware responses in multi-turn conversations using a goal-directed dialog model. It delivers more coherent, polite, and helpful replies than typical generic text generators.
## 🚀 Live Demo
👉 Try it now: [Muhammad’s GODEL Chatbot](https://huggingface.co/spaces/your-username/your-space-name)
> Replace the link above with your actual Space URL
---
## 🛠️ How to Run This Project
### 🧩 1. Clone the Space Repo
```bash
git clone https://huggingface.co/spaces/your-username/your-space-name
cd your-space-name
|