Skip to content

Commit 86b57ab

Browse files
updated sat and tsp HF paths (#161)
1 parent d18dc55 commit 86b57ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eureka_ml_insights/user_configs/nphard_sat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def configure_pipeline(
6161
data_reader_config=DataSetConfig(
6262
HFDataReader,
6363
{
64-
"path": "GeoMeterData/nphard_sat1",
64+
"path": "microsoft/sat",
6565
"split": "train",
6666
"transform": SequenceTransform(
6767
[

eureka_ml_insights/user_configs/nphard_tsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def configure_pipeline(
5656
data_reader_config=DataSetConfig(
5757
HFDataReader,
5858
{
59-
"path": "GeoMeterData/nphard_tsp1",
59+
"path": "microsoft/tsp",
6060
"split": "train",
6161
"transform": SequenceTransform(
6262
[

0 commit comments

Comments
 (0)