File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,13 @@ To execute tests and evaluate models, run the following command:
7474python sources/execute_tests.py
7575` ` `
7676
77+
78+ To visualize the results, run the dashboard using the following command:
79+ ` ` ` bash
80+ python sources/dashboard/app.py
81+ ` ` `
82+ Note: Run the command from the root repository folder.
83+
7784Refer to the documentation in the sources/ directory for more detailed usage instructions.
7885
7986
@@ -94,6 +101,10 @@ BreakYourLLM/
94101│ ├── metrics/ # Metrics calculation modules
95102│ ├── models/ # Model-related modules
96103│ └── views/ # Result visualization modules
104+ │ └── dashboard/ # Dashboard for visualizing results
105+ │ ├── app.py # Main application file
106+ │ ├── components/ # Components for the dashboard
107+ │ └── callbacks/ # Callbacks for the dashboard
97108│
98109└── requirements.txt # Project dependencies
99110` ` `
@@ -107,3 +118,5 @@ We welcome contributions! Please follow these steps:
1071183. Make your changes and commit them (git commit -m ' Add some feature' ).
1081194. Push to the branch (git push origin feature/YourFeature).
1091205. Open a pull request.
121+
122+
You can’t perform that action at this time.
0 commit comments