Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,19 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Repository with chatbot on five algorithms: TF-IDF, W2V (Glove-25), BERT, Bi_BERT, Bi-Cross-BERT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
## Architecture
|
|
|
|
| 14 |
* parse.py - parser of website, which download transcripts of friends movie and make csv file
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Repository with chatbot on five algorithms: TF-IDF, W2V (Glove-25), BERT, Bi_BERT, Bi-Cross-BERT
|
| 13 |
+
## Introduction
|
| 14 |
+
This repo was created to compare different retrieval algorithms on chatbot which speaks my favorite character.
|
| 15 |
+
The favourite character is taken as Rachel Green from Friends.
|
| 16 |
+
|
| 17 |
+
All transcripts were taken from this website "https://fangj.github.io/friends/"
|
| 18 |
## Architecture
|
| 19 |
+
|
| 20 |
* parse.py - parser of website, which download transcripts of friends movie and make csv file
|
| 21 |
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
### Bi Encoder training
|
| 27 |
+

|
| 28 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|