Update README.md
Browse files
README.md
CHANGED
|
@@ -12,9 +12,17 @@ short_description: YDATA Agents Assignment 1 - Customer Service Chatbot
|
|
| 12 |
license: cc-by-nc-sa-4.0
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# Welcome to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|
| 18 |
|
| 19 |
-
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
| 20 |
-
forums](https://discuss.streamlit.io).
|
|
|
|
| 12 |
license: cc-by-nc-sa-4.0
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Welcome to the Data Analyst Chatbot on the Bitext Customer Service Dataset
|
| 16 |
+
Bitext Customer Service Dataset is available from: https://huggingface.co/datasets/bitext/Bitext-customer-support-llm-chatbot-training-dataset
|
| 17 |
+
|
| 18 |
+
# Folder Structure
|
| 19 |
+
```
|
| 20 |
+
src/streamlit_app.py - Code for our chatbot app hosted on Streamlit. Since a recent update, HuggingFace creates the Streamlit app file at 'src/streamlit_app.py' instead of 'app.py' in the root folder.
|
| 21 |
+
src/Bitext_Sample_Customer_Support_Training_Dataset_27K_responses-v11.csv
|
| 22 |
+
.gitattributes - created by huggingface
|
| 23 |
+
Dockerfile - created by huggingface
|
| 24 |
+
README.md - this file walking you through our code
|
| 25 |
+
requirements.txt
|
| 26 |
+
```
|
| 27 |
|
|
|
|
| 28 |
|
|
|
|
|
|