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
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:
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: