forked from Open-Assistant/oasst-model-eval
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 718 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "oasst-model-eval",
"version": "1.0.0",
"homepage": "https://open-assistant.github.io/oasst-model-eval/",
"description": "To run a front-end tool to compare model outputs, do:",
"main": "index.js",
"scripts": {
"predeploy": "cd model_comparer && npm run build",
"deploy": "cd model_comparer && npm run deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Open-Assistant/oasst-model-eval.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Open-Assistant/oasst-model-eval/issues"
},
"homepage": "https://github.com/Open-Assistant/oasst-model-eval#readme"
}