-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.json
41 lines (41 loc) · 843 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"users": [
{
"user id": 1,
"user name": "EmirhanBakkal",
"user type": "SentenceLabelingHumanUser",
"consistencyCheckProbability": 0,
"username": "ahmetemirhan",
"password": "pass123"
},
{
"user id": 2,
"user name": "YunusYildirim",
"user type": "HumanUser",
"consistencyCheckProbability": 0,
"username": "yunusyildirim",
"password": "pass123456"
},
{
"user id": 3,
"user name": "SimpleSearch",
"user type": "RandomBot",
"consistencyCheckProbability": 0
}
],
"currentDatasetId": 1,
"datasets": [
{
"id": 1,
"name": "dataset1",
"filePath":"input1.json",
"users": [1,3]
},
{
"id": 2,
"name": "dataset2",
"filePath": "input2.json",
"users": [1,3]
}
]
}