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
As opensearch-neural-sparse-encoding-multilingual-v1 is released at Hugging Face, we should also release it as OpenSearch-provided pretrained models to help users deploy it in OpenSearch clusters.
To release the model, we need to:
add a sparse tokenizer auto release pipeline.
enhance existing sparse model release pipeline to support model-side sparse vector prune.
The text was updated successfully, but these errors were encountered:
To support these features, we'll need new parameters for the workflow. But the GH workflows have limits that supports at most 10 arguments. To resolve this, will replace some optional fields with a new "custom_params" field. And we'll use json string for these optional params
As opensearch-neural-sparse-encoding-multilingual-v1 is released at Hugging Face, we should also release it as OpenSearch-provided pretrained models to help users deploy it in OpenSearch clusters.
To release the model, we need to:
The text was updated successfully, but these errors were encountered: