-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
42 lines (42 loc) · 1.09 KB
/
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
42
{
"raw": {
"dir_path": "../data/raw/",
"wiki_subpath": "WikiText103/WikiText103",
"goodreads_hb_subpath": "goodreads_reviews_history_biography",
"goodreads_r_subpath": "goodreads_reviews_romance",
"nyt_subpath": "nytimes_news_articles"
},
"seeds": {
"dir_path": "../data/seeds/"
},
"preprocessed": {
"dir_path": "../data/preprocessed_data/"
},
"models": {
"dir_path": "../data/models/",
"google_news_subpath": "GoogleNews-vectors-negative300",
"goodreads_hb_subpath": {
"0": "history_biography_min0",
"10": "history_biography_min10",
"100": "history_biography_min100"
},
"goodreads_r_subpath": {
"0": "romance_min0",
"10": "romance_min10",
"100": "romance_min100"
},
"nyt_subpath": {
"0": "nytimes_news_articles_min0",
"10": "nytimes_news_articles_min10",
"100": "nytimes_news_articles_min100"
},
"wiki_subpath": {
"0": "wiki.train.tokens_min0",
"10": "wiki.train.tokens_min10",
"100": "wiki.train.tokens_min100"
}
},
"pairs": {
"dir_path": "../"
}
}