Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 2.44 KB

deepseek-math-7b-base.md

File metadata and controls

25 lines (24 loc) · 2.44 KB
model task_type model_display_name layout weight title json_schema
id source name description task tags properties
d21cf46a-b08e-4e0a-b351-aa78f5e2dc5c
1
@cf/deepseek-ai/deepseek-math-7b-base
DeepSeekMath is initialized with DeepSeek-Coder-v1.5 7B and continues pre-training on math-related tokens sourced from Common Crawl, together with natural language and code data for 500B tokens.
id name description
c329a1f9-323d-4e91-b2aa-582dd4188d34
Text Generation
Family of generative text models, such as large language models (LLM), that can be adapted for a variety of natural language tasks.
text-generation
property_id value
beta
true
text-generation
deepseek-math-7b-base
model
0
deepseek-math-7b-base
input output
{ "type": "object", "oneOf": [ { "properties": { "prompt": { "type": "string", "maxLength": 4096 }, "raw": { "type": "boolean", "default": false }, "stream": { "type": "boolean", "default": false }, "max_tokens": { "type": "integer", "default": 256 } }, "required": [ "prompt" ] }, { "properties": { "messages": { "type": "array", "items": { "type": "object", "properties": { "role": { "type": "string" }, "content": { "type": "string", "maxLength": 4096 } }, "required": [ "role", "content" ] } }, "stream": { "type": "boolean", "default": false }, "max_tokens": { "type": "integer", "default": 256 } }, "required": [ "messages" ] } ] }
{ "oneOf": [ { "type": "object", "contentType": "application/json", "properties": { "response": { "type": "string" } } }, { "type": "string", "contentType": "text/event-stream", "format": "binary" } ] }