You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[update] Please go over each model file from MIEB and create one PR per file to fill in the model meta.
Start from the model's huggingface page
Fill in as many fields as you can based on that page.
If no info is given, e.g. no license, leave as None.
===========================================================
Old description:
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=Noneopen_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=Noneuse_instructions: bool|None=Nonetraining_datasets: dict[str, list[str]] |None=Noneadapted_from: str|None=Nonesuperseded_by: str|None=Nonecitation: str|None=None
Here are the missing fields that are present in mieb but absent in v2.0.0:
modalities: list[MODALITIES] = ["text"]
The text was updated successfully, but these errors were encountered:
[update] Please go over each model file from MIEB and create one PR per file to fill in the model meta.
===========================================================
Old description:
Here are the missing fields that are present in
v2.0.0
but absent inmieb
:Here are the missing fields that are present in
mieb
but absent inv2.0.0
:The text was updated successfully, but these errors were encountered: