We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad98d5 commit 952aa8aCopy full SHA for 952aa8a
1 file changed
mteb/models/model_implementations/korean_models.py
@@ -48,9 +48,10 @@
48
adapted_from="BAAI/bge-m3",
49
public_training_code=None,
50
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,
+ # Confirmed by the model author: the Korean fine-tuning data contains no
+ # mteb datasets; empty set so the bge-m3 base data is still inherited via
+ # adapted_from.
54
+ training_datasets=set(),
55
)
56
57
kure_v1 = ModelMeta(
0 commit comments