|
|
{type === 'other' && (
|
)}
{e.organization ? {e.organization.name} : —}
|
{type === 'model' && (
<>
{fmtParams(a.parameter_count)} |
{num(a.context_length) === null ? '—' : fmtTokens(a.context_length)} |
{typeof a.openness === 'string' ? : —} |
{typeof a.release_date === 'string' ? fmtDate(a.release_date) : '—'} |
>
)}
{type === 'paper' && {typeof a.published_at === 'string' ? fmtDate(a.published_at) : '—'} | }
{fmtDate(e.first_seen_at)} |
);
})}