Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,8 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
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
|