Skip to content

Commit

Permalink
style: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 10, 2023
1 parent 813b677 commit 266e756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/evaluation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def openai_model_loader_fine_ner(model: str) -> Language:
"da_core_news_md-3.5.0": partial(spacy.load, "da_core_news_md"),
"da_core_news_sm-3.5.0": partial(spacy.load, "da_core_news_sm"),
"openai/gpt-3.5-turbo (02/05/23)": partial(
openai_model_loader_simple_ner, model="gpt-3.5-turbo",
openai_model_loader_simple_ner,
model="gpt-3.5-turbo",
),
"openai/gpt-4 (02/05/23)": partial(openai_model_loader_simple_ner, model="gpt-4"),
}

0 comments on commit 266e756

Please sign in to comment.