Upload config.yaml with huggingface_hub
Browse files- config.yaml +5 -1
config.yaml
CHANGED
@@ -24,7 +24,11 @@ dataloader:
|
|
24 |
shuffle: true
|
25 |
timeout: 0.0
|
26 |
worker_init_fn: null
|
27 |
-
dataset:
|
|
|
|
|
|
|
|
|
28 |
download_checkpoint_with_name: null
|
29 |
download_latest: true
|
30 |
eval_batch_size: 8
|
|
|
24 |
shuffle: true
|
25 |
timeout: 0.0
|
26 |
worker_init_fn: null
|
27 |
+
dataset:
|
28 |
+
_target_: mlproject.datasets.config.build_gulp_dataset
|
29 |
+
data_dir: ???
|
30 |
+
dataset_name: hmdb51-gulprgb
|
31 |
+
sets_to_include: null
|
32 |
download_checkpoint_with_name: null
|
33 |
download_latest: true
|
34 |
eval_batch_size: 8
|