Spaces:
Sleeping
Sleeping
Update config/model_config.py
Browse files- config/model_config.py +1 -1
config/model_config.py
CHANGED
|
@@ -20,4 +20,4 @@ class ModelConfig:
|
|
| 20 |
|
| 21 |
# Paths
|
| 22 |
checkpoint_path: str = "checkpoints/model.pth"
|
| 23 |
-
data_path: str = "
|
|
|
|
| 20 |
|
| 21 |
# Paths
|
| 22 |
checkpoint_path: str = "checkpoints/model.pth"
|
| 23 |
+
data_path: str = "data/input.txt"
|