You're looking at a specific version of this model. Jump to the model overview.

center-for-curriculum-redesign /bge_1-5_embedding:dea4c9ca

Input

string
Shift + Return to add a new line

A JSON-formatted list of strings to encode.

string
Shift + Return to add a new line

A JSON-formatted string containing additional options for encoding.{ 'for_retrieval': bool //set to true to query embeddings suitable for document retrieval, false for storage embeddings. (default: false), 'normalize': bool //set to true to normalize returned embedding vectors to a magnitude of 1. (default: true, as this model presumes cosine similarity comparisons downstream), 'batchtoken_max': int //optional, maximumum number of tokens to try to stuff into a batch (to avoid out of memory errors). If the total number of tokens across the list of requested embeddings exceed this value, list will be split internally and run across multiple forward passes. The result will still be a single list. for a 40GB GPU, a good numnber is 16384 'precision' : str //optional, either full or half. defaults to a paranoid value of full}

Output

No output yet! Press "Submit" to start a prediction.