Skip to content
Snippets Groups Projects
Commit e12d528b authored by finn's avatar finn
Browse files

Update metrics README with setup and usage instructions

parent 51dafcd1
No related branches found
No related tags found
No related merge requests found
......@@ -10,18 +10,30 @@
This is the Metrics section of our project.
In order to run the metrics we want to on our dialogues, we need to set up separate virtual environments for each of them. <br>
To set up the environments on the CoLi Cluster (to be adapted to your workspace) first you need to run: <br> <br>
**sh virtual_environment_creator.sh** <br> <br>
To set up the environments on the CoLi Cluster (to be adapted to your workspace) first you need to run:
## 📁 Overview
- `sh virtual_environment_creator.sh` - Creates the virtual environments for the metrics.
- `sbatch virtual_environment_populator.sh` - Populates the virtual environments with the necessary packages.
- `general_execution_script.sh` - Runs the metrics on the dialogues.
## ✔ Setup and Usage
```sh virtual_environment_creator.sh```
in your terminal.
Then, after that process has run through, run <br><br>
**sbatch virtual_environment_populator.sh** <br><br>
Then, after that process has run through, run
```sbatch virtual_environment_populator.sh```
in your terminal.
Then download the models from the different repositories of the metrics by following the instructions in the respective readmes. Then run the <br> <br>
**general_execution_script.sh**
<br><br>
Then download the models from the different repositories of the metrics by following the instructions in the respective readmes. Then run the
``` general_execution_script.sh```
In the **general_execution_script.sh** you can specify which dialogue dataset you want analysed by setting the DATAFRAME_PATH="example_file.csv", to the file you want.
In the **general_execution_script.sh** you can specify which dialogue dataset you want analysed by setting the *DATAFRAME_PATH="example_file.csv"*, to the file you want.
<!--S3BERT setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment