Spaces:
Runtime error
Runtime error
mojtaba-nafez
commited on
Commit
•
6a63e41
1
Parent(s):
2fa2727
fix config.py
Browse files
config.py
CHANGED
@@ -8,7 +8,7 @@ import os
|
|
8 |
Configurations
|
9 |
"""
|
10 |
file_dirname = os.path.dirname(__file__) #in case it is needed for relative paths
|
11 |
-
dataset_path = os.path.join(file_dirname, "
|
12 |
image_path = "" # path to append to the image filenames of datasets used for CLIPModel training
|
13 |
random_seed = 3 # the seed used to shuffle dataset with
|
14 |
|
|
|
8 |
Configurations
|
9 |
"""
|
10 |
file_dirname = os.path.dirname(__file__) #in case it is needed for relative paths
|
11 |
+
dataset_path = os.path.join(file_dirname, "data/Dataset-Merged.json") # dataset path for PoemTextModel training, validation and test
|
12 |
image_path = "" # path to append to the image filenames of datasets used for CLIPModel training
|
13 |
random_seed = 3 # the seed used to shuffle dataset with
|
14 |
|