sayyedAhmed commited on
Commit
381888c
1 Parent(s): 4109f90

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "batch_size": 16,
11
  "device": "cpu",
12
  "model_path": "lstm_crisis_severity_predictor_20241116_092126.pt",
13
- "repo_id": "your_username/your_model_repo",
14
  "data_path": "test_data.npy",
15
  "output_path": "predictions.npy"
16
  }
 
10
  "batch_size": 16,
11
  "device": "cpu",
12
  "model_path": "lstm_crisis_severity_predictor_20241116_092126.pt",
13
+ "repo_id": "sayyedAhmed/Crisis_Severity_Predictor_LSTM",
14
  "data_path": "test_data.npy",
15
  "output_path": "predictions.npy"
16
  }