Skip to content

Commit

Permalink
fix: Added language to KFST
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jul 23, 2024
1 parent 07a7ec3 commit c89856a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seb/registered_models/sentence_transformer_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ def create_xlmroberta_en_da_sv_nb() -> SebModel:
huggingface_name=hf_name,
reference=f"https://huggingface.co/{hf_name}",
open_source=True,
languages=["da", "nb", "sv", "en"],
embedding_size=768,
architecture="XLM-R",
release_date=date(2024, 2, 22),
Expand Down

0 comments on commit c89856a

Please sign in to comment.