Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Dec 30, 2024
1 parent 3705a32 commit 4d839de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dolma/taggers/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Cld2EnglishLanguageParagraphTagger(Cld2EnglishLanguageTagger):

@TaggerRegistry.add("ft_lang_id_doc_v1")
class FastTextAllLanguagesDocumentTagger(BaseLanguageTagger, BaseFastTextTagger):
MODEL_PATH = "https://dolma-artifacts/lang_id_models/fbai/lid.176.bin"
MODEL_PATH = "https://dolma-artifacts.org/lang_id_models/fbai/lid.176.bin"
INCLUDE_NEGATIVE = False
PREDICT_ON_PARAGRAPHS = False

Expand Down

0 comments on commit 4d839de

Please sign in to comment.