Skip to content

Commit

Permalink
upload copy of fasttext model wiki-news for STMC
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Oct 8, 2024
1 parent fbcfbb6 commit 2e33e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ir_axioms/modules/similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,5 @@ def similarity(self, term1: str, term2: str):


class FastTextWikiNewsTermSimilarityMixin(MagnitudeTermSimilarityMixin):
embeddings_path: Final[str] = "fasttext/medium/wiki-news-300d-1M.magnitude"
# wget via: https://files.webis.de/data-in-production/data-research/ir-axioms/wiki-news-300d-1M.magnitude
embeddings_path: Final[str] = "/workspaces/ecir25-gpt-axioms/wiki-news-300d-1M.magnitude"

0 comments on commit 2e33e42

Please sign in to comment.