We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ab5ba commit 9d98124Copy full SHA for 9d98124
impresso_pipelines/langident/langident_pipeline.py
@@ -12,7 +12,7 @@ class LangIdentPipeline:
12
A pipeline for language identification using a pre-trained floret model.
13
"""
14
15
- def __init__(self, model_id: Optional[str] = None, repo_id: str = "impresso-project/impresso-floret-langident", revision: str = "adding_emas_pipeline"):
+ def __init__(self, model_id: Optional[str] = None, repo_id: str = "impresso-project/impresso-floret-langident", revision: str = "main"):
16
17
Initialize the LangIdentPipeline with the specified or newest model from the repository.
18
0 commit comments