Facececersek commited on
Commit
35afa5b
·
verified ·
1 Parent(s): e12d891

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -23
README.md CHANGED
@@ -1,35 +1,24 @@
1
  ---
2
- title: Basic AI Assistant
3
  emoji: 🤖
4
- colorFrom: blue
5
- colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.0.0
8
  app_file: app.py
9
  pinned: false
10
- license: mit
11
  ---
12
 
13
- # 🤖 Basic AI Assistant
14
 
15
- A simple AI-powered assistant with multiple capabilities!
16
 
17
- ## Features
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
- ## How to Use
29
-
30
- 1. Navigate to the different tabs for different features
31
- 2. Enter your text or prompt
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