Skip to content

Commit

Permalink
FPO-371: Remove commodity data source
Browse files Browse the repository at this point in the history
  • Loading branch information
willfish committed Aug 5, 2024
1 parent dccd318 commit 570164b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion search-config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "fpo-search-model-generator"
version = "1.5.1"
version = "1.5.2"
learning_rate = 0.0011
max_epochs = 4
model_batch_size = 1000
Expand Down
1 change: 0 additions & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
)

data_sources.append(SearchReferencesDataSource(multiplier=10))
data_sources.append(CommoditiesDataSource(cleaning_pipeline=self_texts_pipeline))
data_sources.append(
BasicCSVDataSource(
args.brands_data_file(),
Expand Down

0 comments on commit 570164b

Please sign in to comment.