-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig_example.json
More file actions
38 lines (37 loc) · 826 Bytes
/
config_example.json
File metadata and controls
38 lines (37 loc) · 826 Bytes
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
{
"repo": "JabRef/jabref",
"auth_path": "input/mp_auth.txt",
"output_path": "output/extractor_out.json",
"gpt_jsonl_path" : "output/gpt_jsonl_path.json",
"api_domain_label_listing" : "data/domain_labels.json",
"api_subdomain_label_listing" : "data/subdomain_labels.json",
"clf_method" : "rf",
"clf_model_out_path" : "output/gpt_combined_model.pkl",
"range": [
1,
400
],
"state": "closed",
"comments": [
"userid",
"userlogin",
"body"
],
"commits": [
"author_name",
"committer",
"date",
"sha",
"message",
"files"
],
"issues": [
"userid",
"userlogin",
"title",
"body",
"num_comments",
"created_at",
"closed_at"
]
}