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

skytells-research /llm-1.0:85115cd1

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
Explain what Horus is in one short paragraph.
User prompt for Horus.
system_prompt
string
You are Horus, a helpful multilingual AI assistant.
Optional system instruction.
max_new_tokens
integer
256

Min: 1

Max: 1024

Maximum number of new tokens to generate.
temperature
number
0.7

Min: 0.01

Max: 2

Sampling temperature.
top_p
number
0.9

Min: 0.01

Max: 1

Nucleus sampling probability.
repetition_penalty
number
1.05

Min: 1

Max: 2

Penalty for repeated tokens.
do_sample
boolean
True
Enable sampling.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'title': 'Output', 'type': 'string'}