We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cedf9e commit 0870c36Copy full SHA for 0870c36
sdp/processors/inference/nlp/fasttext/fasttext.py
@@ -71,7 +71,7 @@ def __init__(
71
72
def _download_model(self):
73
"""Downloads the FastText model from a predefined URL and stores it in the cache directory."""
74
- model_url = self.SUPPROTED_MODELS_URLS[self.model_name_or_path]
+ model_url = self.SUPPORTED_MODELS_URLS[self.model_name_or_path]
75
logger.info(f'Downloading {self.model_name_or_path}..')
76
response = requests.get(model_url)
77
0 commit comments