-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: TheRootOf3 <[email protected]>
- Loading branch information
1 parent
d5cc1c6
commit c8e9997
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Super-cool data analysis dashboard! | ||
|
||
Welcome to this wonderful super-cool dashboard. To visualise results of some experiment, make sure the results have been already aggregated into a single file by running the `aggregate_experiment_results.py` script on the experiment directory (directory right above the `experiment_data`). E.g.: | ||
|
||
```python3 | ||
python3 llm_unlearn_ucl/aggregate_experiment_results.py --experiment_dir ./20240911_llama3-8b_results/results_3_seq_1e-6 | ||
``` | ||
|
||
This command generates a joint csv file containing all of the experimental results in `experiment_data/aggregated_df.csv`. | ||
|
||
To visualise the results, make sure you have `dash` and `pandas` installed and simply run the app with the path to the experiment directory. E.g.: | ||
|
||
```python3 | ||
python3 app.py --experiment_path ./20240911_llama3-8b_results/results_3_seq_1e-6 | ||
``` | ||
|
||
## Woo-hoo! 🎉 | ||
|
||
![](./img.png) |