Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
title: Retrieval-based Chatbot
|
4 |
-
short_description: A retrieval based chatbot with SentenceTransformers
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
# CSC525 Retrieval Chatbot
|
7 |
|
8 |
This is a retrieval-based chatbot using Sentence Transformers and FAISS for efficient similarity search.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
title: Retrieval-based Chatbot
|
4 |
+
short_description: A retrieval based chatbot with SentenceTransformers
|
5 |
+
sdk: gradio
|
6 |
+
emoji: 📚
|
7 |
+
colorFrom: yellow
|
8 |
+
colorTo: red
|
9 |
+
---
|
10 |
# CSC525 Retrieval Chatbot
|
11 |
|
12 |
This is a retrieval-based chatbot using Sentence Transformers and FAISS for efficient similarity search.
|