Skip to content

Commit 3d43331

Browse files
jinsoojinsoo
authored andcommitted
feat: distillation with prefect, data augmentation script, docs/data_augmentation, docs/easydistill
1 parent e55789b commit 3d43331

File tree

15 files changed

+848645
-0
lines changed

15 files changed

+848645
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"n_reviews": 20480,
3+
"n_restaurants": 57,
4+
"n_samples_total": 4040,
5+
"n_train": 1816,
6+
"n_val": 945,
7+
"n_test": 1279,
8+
"window_configs": [
9+
{
10+
"window_size": 30,
11+
"stride": 15
12+
},
13+
{
14+
"window_size": 50,
15+
"stride": 25
16+
},
17+
{
18+
"window_size": 20,
19+
"stride": 10
20+
}
21+
],
22+
"add_full_restaurant": true,
23+
"train_restaurants": 46,
24+
"val_restaurants": 5,
25+
"test_restaurants": 6
26+
}

data_augmentation_output/test.json

Lines changed: 270379 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)