Skip to content

Commit

Permalink
requirements and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulorvdc committed Feb 1, 2023
1 parent 1824164 commit 0f3695a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ For a better user experience we recommend setting up two virtual environments fo
* ```requirements.txt``` for all the codes, except ```topic_distribution.ipynb```; ```topic_generation.ipynb```; and ```hin_generation.ipynb```;
* ```requirements_topic.txt``` for ```topic_distribution.ipynb```; ```topic_generation.ipynb```; and ```hin_generation.ipynb``` (BERTopic requires a different numpy version for numba).

All experiments were tested with a conda virtual environment of Python 3.8. With conda installed the virtual envs should be created with:
```
conda create --name [name] python=3.8
```

## Benchmark

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ requests==2.27.1
requests-oauthlib==1.3.1
rsa==4.8
sacremoses==0.0.49
scikit-learn==1.1.0rc1
scikit-learn==1.1.0
scipy==1.8.0
seaborn==0.11.2
sentence-transformers==2.2.0
Expand Down

0 comments on commit 0f3695a

Please sign in to comment.