Skip to content

Commit 9d98124

Browse files
committed
fixed branch for model retrieving
1 parent 45ab5ba commit 9d98124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impresso_pipelines/langident/langident_pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class LangIdentPipeline:
1212
A pipeline for language identification using a pre-trained floret model.
1313
"""
1414

15-
def __init__(self, model_id: Optional[str] = None, repo_id: str = "impresso-project/impresso-floret-langident", revision: str = "adding_emas_pipeline"):
15+
def __init__(self, model_id: Optional[str] = None, repo_id: str = "impresso-project/impresso-floret-langident", revision: str = "main"):
1616
"""
1717
Initialize the LangIdentPipeline with the specified or newest model from the repository.
1818

0 commit comments

Comments
 (0)