You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add jupyterlab-git.
* Mount modelplane-flights.
* Refactor README for clarity and organization; update quickstart instructions and add Jupyter setup details.
* Add note about git management in Jupyter.
* Fix typo in README regarding setup of secrets for SUTs
Copy file name to clipboardExpand all lines: README.md
+56-31Lines changed: 56 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,4 @@
1
-
# ModelPlane
2
-
3
-
Develop new evaluators / annotators.
1
+
# modelplane - an AI evaluator development platform
4
2
5
3
## ⚠️ Content warning
6
4
@@ -12,49 +10,76 @@ These data come with the following warning:
12
10
>Consider carefully whether you need to view the prompts and responses, limit exposure to what's necessary, take regular breaks, and stop if you feel uncomfortable.
13
11
>For more information on the risks, see [this literature review](https://www.zevohealth.com/wp-content/uploads/2024/07/lit_review_IN-1.pdf) on vicarious trauma.
14
12
15
-
## Get Started
13
+
## Quickstart
16
14
17
-
You must have docker installed on your system. The
18
-
given docker-compose.yaml file will start up:
15
+
You must have a docker engine installed on your system. The given
16
+
docker-compose.yaml file has definitions for running the following services
0 commit comments