Skip to content

Commit 25cccd2

Browse files
authored
Update README.md
1 parent da655dd commit 25cccd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ Further optimizations are definitely needed to improve the computation speed tho
3535
If you intend to use the default config, the models from https://huggingface.co/BAAI/bge-base-en-v1.5/tree/main and https://huggingface.co/QuantFactory/Meta-Llama-3-8B-Instruct-GGUF/tree/main need to be downloaded into the appropriate subfolders. For the Sentence Transformer you could also put only the model identifier in the config instead, to have it downloaded automatically from Hugging Face. But, note that this will lead to checking online for an update every time you create embeddings.
3636
- Register with kaggle and download the latest arXiv dataset from https://www.kaggle.com/datasets/Cornell-University/arxiv into the "input" subfolder
3737

38-
## Setup for the visualization of the results only, as obtained with the default config for version 178 of the arXiv dataset
38+
## Setup for the visualization of precomputed results only
3939

4040
- Clone the repository
4141
- Install Python 3.10+ for your platform from https://www.python.org/downloads/
4242
- Install python modules dash and statsmodels
4343
```terminal
4444
pip install dash statsmodels
4545
```
46-
- Download and unzip the trimmed down database (without abstracts, embeddings and subsets) from the release
46+
- Download and unzip a trimmed down database (without abstracts, embeddings and subsets) from the releases
4747

4848
## Usage
4949

0 commit comments

Comments
 (0)