nikhiljais commited on
Commit
453069f
·
verified ·
1 Parent(s): a60e942

Update config/model_config.py

Browse files
Files changed (1) hide show
  1. 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 = "/data/input.txt"
 
20
 
21
  # Paths
22
  checkpoint_path: str = "checkpoints/model.pth"
23
+ data_path: str = "data/input.txt"