Skip to content

Commit 952aa8a

Browse files
committed
BGE-m3-ko: training_datasets set() (author-confirmed, no mteb data in fine-tune)
1 parent cad98d5 commit 952aa8a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

mteb/models/model_implementations/korean_models.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@
4848
adapted_from="BAAI/bge-m3",
4949
public_training_code=None,
5050
public_training_data=None,
51-
# Model card only says "additionally trained on the Korean dataset" without
52-
# naming it, so the fine-tuning data is unknown.
53-
training_datasets=None,
51+
# Confirmed by the model author: the Korean fine-tuning data contains no
52+
# mteb datasets; empty set so the bge-m3 base data is still inherited via
53+
# adapted_from.
54+
training_datasets=set(),
5455
)
5556

5657
kure_v1 = ModelMeta(

0 commit comments

Comments
 (0)