Skip to content

Commit

Permalink
Merge pull request #24 from allenai/prod_no_references
Browse files Browse the repository at this point in the history
No reference features for production model dump
  • Loading branch information
sergeyf authored Nov 15, 2021
2 parents a1cc878 + ee19860 commit 9daea9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/full_model_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"venue_similarity",
"year_diff",
"title_similarity",
"reference_features",
# "reference_features", # speed up prod
"misc_features",
"name_counts",
"embedding_similarity",
Expand Down Expand Up @@ -211,7 +211,7 @@ def main():
models["clusterer"] = union_clusterer

with open(
f"full_union_model_script_dump_average_{FEATURIZER_VERSION}.pickle",
f"full_union_model_script_dump_average_no_refs_{FEATURIZER_VERSION}.pickle",
"wb",
) as _pickle_file:
pickle.dump(models, _pickle_file)
Expand Down

0 comments on commit 9daea9d

Please sign in to comment.