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:
74
74
python sources/execute_tests.py
75
75
` ` `
76
76
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
+
77
84
Refer to the documentation in the sources/ directory for more detailed usage instructions.
78
85
79
86
@@ -94,6 +101,10 @@ BreakYourLLM/
94
101
│ ├── metrics/ # Metrics calculation modules
95
102
│ ├── models/ # Model-related modules
96
103
│ └── 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
97
108
│
98
109
└── requirements.txt # Project dependencies
99
110
` ` `
@@ -107,3 +118,5 @@ We welcome contributions! Please follow these steps:
107
118
3. Make your changes and commit them (git commit -m ' Add some feature' ).
108
119
4. Push to the branch (git push origin feature/YourFeature).
109
120
5. Open a pull request.
121
+
122
+
You can’t perform that action at this time.
0 commit comments