KaiquanMah commited on
Commit
9ff79bc
·
verified ·
1 Parent(s): 67a9033

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -20,12 +20,11 @@ Bitext Customer Service Dataset is available from: https://huggingface.co/datase
20
  src
21
  |---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.
22
  |---Bitext_Sample_Customer_Support_Training_Dataset_27K_responses-v11.csv
23
- img
24
- |---<images for this documentation>.png/jpg
25
  documentation
26
- |---workings_in_jupyter.ipynb - includes code that was translated to our Streamlit app, and the last section (which was dropped) on chunking and uploading file parts to Gemini
27
  |---Architecture_Diagram.png
28
  |---Architecture_Diagram.drawio
 
29
  .gitattributes - created by huggingface
30
  Dockerfile - created by huggingface
31
  README.md - you are in this file, which walks you through our chatbot's design
 
20
  src
21
  |---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.
22
  |---Bitext_Sample_Customer_Support_Training_Dataset_27K_responses-v11.csv
 
 
23
  documentation
24
+ |---workings_in_jupyter.ipynb - includes (tested) code that was translated to our Streamlit app, and the last section (which was dropped) on chunking and uploading file parts to Gemini
25
  |---Architecture_Diagram.png
26
  |---Architecture_Diagram.drawio
27
+ |---<test*>.pdf - tests of our Streamlit app
28
  .gitattributes - created by huggingface
29
  Dockerfile - created by huggingface
30
  README.md - you are in this file, which walks you through our chatbot's design