Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIEB] Complete all model meta based on v2.0.0 schema #1800

Open
Tracked by #1791
isaac-chung opened this issue Jan 14, 2025 · 0 comments
Open
Tracked by #1791

[MIEB] Complete all model meta based on v2.0.0 schema #1800

isaac-chung opened this issue Jan 14, 2025 · 0 comments

Comments

@isaac-chung
Copy link
Collaborator

isaac-chung commented Jan 14, 2025

Here are the missing fields that are present in v2.0.0 but absent in mieb:

    n_parameters: int | None = None # exists but not often filled out.
    max_tokens: float | None = None # exists but not often filled out.
    embed_dim: int | None = None # exists but not often filled out.
    license: str | None = None
    open_weights: bool | None = None      # exists as `open_source`
    public_training_data: bool | None = None # exists but not often filled out.
    public_training_code: bool | None = None # exists but not often filled out.
    framework: list[FRAMEWORKS] = []    # exists but not often filled out.
    reference: STR_URL | None = None # exists but not often filled out.
    similarity_fn_name: DISTANCE_METRICS | None = None
    use_instructions: bool | None = None
    training_datasets: dict[str, list[str]] | None = None
    adapted_from: str | None = None
    superseded_by: str | None = None
    citation: str | None = None

Here are the missing fields that are present in mieb but absent in v2.0.0:

    modalities: list[MODALITIES] = ["text"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant