Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mteb/model_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ModelMeta(BaseModel):
license: str | None
open_weights: bool | None
public_training_code: str | None
public_training_data: str | None
public_training_data: str | bool | None
Comment on lines 97 to +98

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at #1794 where this was first removed, do we want to revert these back to bool for both "public" fields, instead of str?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since public_training_code hasn't caused any problems anywhere to my knowledge, I would keep it as is

framework: list[FRAMEWORKS]
reference: STR_URL | None = None
similarity_fn_name: DISTANCE_METRICS | None
Expand Down