Commit
Β·
1b1123e
1
Parent(s):
2990bc2
Update README.md
Browse files
README.md
CHANGED
@@ -44,3 +44,6 @@ To run locally:
|
|
44 |
pip install -r requirements.txt
|
45 |
python app.py
|
46 |
```
|
|
|
|
|
|
|
|
44 |
pip install -r requirements.txt
|
45 |
python app.py
|
46 |
```
|
47 |
+
|
48 |
+
If you wish to contribute or modify the leaderboard, feel free to open discussions or pull requests.
|
49 |
+
For adding more modelling frameworks, please modify the `src/user_eval.py` file to include the execution code for the new framework.
|