File size: 696 Bytes
a8158b1
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# Data πŸ“’πŸ“„πŸ“„
All necessary data.

- [input_docs](./input_docs/): JSON documents downloaded from [Twin Peaks wiki](https://twinpeaks.fandom.com/wiki/Twin_Peaks_Wiki) by the [crawler](../crawler/). Input for our Question Answering system.

- [questions](./questions/): automatically generated questions (in [Question generation notebook](../notebooks/question_generation.ipynb)) and manually selected questions (used in the web app).

- [index](./index/): files related to FAISS index created in [Indexing and pipeline creation notebook](../notebooks/indexing_and_pipeline_creation.ipynb). The index is used in the web app.

- [readme_images](./readme_images/): images used in documentation.