Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,35 +1,24 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🤖
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# 🤖
|
| 14 |
|
| 15 |
-
A simple AI
|
| 16 |
|
| 17 |
-
##
|
| 18 |
-
|
| 19 |
-
- **💬 Chat**: Interactive chatbot that responds to your messages
|
| 20 |
-
- **😊 Sentiment Analysis**: Analyze the sentiment of any text (positive/negative)
|
| 21 |
-
- **✍️ Text Generation**: Generate text based on your prompts
|
| 22 |
-
|
| 23 |
-
## Models Used
|
| 24 |
-
|
| 25 |
-
- Sentiment Analysis: `distilbert-base-uncased-finetuned-sst-2-english`
|
| 26 |
-
- Text Generation: `distilgpt2`
|
| 27 |
|
| 28 |
-
##
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
3. Click the button to get results!
|
| 33 |
|
| 34 |
-
|
| 35 |
-
Made with ❤️ using Gradio and Hugging Face Transformers
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AI Chat Assistant
|
| 3 |
emoji: 🤖
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# 🤖 AI Chat Assistant
|
| 13 |
|
| 14 |
+
A simple AI chat assistant powered by Mistral 7B Instruct.
|
| 15 |
|
| 16 |
+
## Model
|
| 17 |
+
- **Mistral-7B-Instruct-v0.2** - Powerful open-source language model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
+
## Features
|
| 20 |
+
- 💬 Natural conversation
|
| 21 |
+
- 🧠 Context-aware responses
|
| 22 |
+
- 🎨 Clean chat interface
|
|
|
|
| 23 |
|
| 24 |
+
Space made by: you can already see it
|
|
|