Skip to content

Latest commit

 

History

History
32 lines (31 loc) · 1.78 KB

bge-large-en-v1.5.md

File metadata and controls

32 lines (31 loc) · 1.78 KB
model task_type model_display_name layout weight title json_schema
id source name description task tags properties
01bc2fb0-4bca-4598-b985-d2584a3f46c0
1
@cf/baai/bge-large-en-v1.5
BAAI general embedding (bge) models transform any given text into a compact vector
id name description
0137cdcf-162a-4108-94f2-1ca59e8c65ee
Text Embeddings
Feature extraction models transform raw data into numerical features that can be processed while preserving the information in the original dataset. These models are ideal as part of building vector search applications or Retrieval Augmented Generation workflows with Large Language Models (LLM).
baai
text-embeddings
property_id value
beta
false
property_id value
max_input_tokens
512
property_id value
output_dimensions
1024
text-embeddings
bge-large-en-v1.5
model
100
bge-large-en-v1.5
input output
{ "type": "object", "properties": { "text": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" }, "maxItems": 100 } ] } }, "required": [ "text" ] }
{ "type": "object", "contentType": "application/json", "properties": { "shape": { "type": "array", "items": { "type": "number" } }, "data": { "type": "array", "items": { "type": "array", "items": { "type": "number" } } } } }