You're looking at a specific version of this model. Jump to the model overview.
fauzi3007 /sahabat-ai-replicate:dafa1358
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
|
Prompt berisi pertanyaan atau instruksi untuk model
|
|
max_new_tokens |
integer
|
512
|
Jumlah maksimum token yang akan dihasilkan
|
temperature |
number
|
0.7
Min: 0.1 Max: 2 |
Nilai temperature untuk sampling (0.1-2.0)
|
top_p |
number
|
0.95
Max: 1 |
Nilai top-p untuk sampling
|
top_k |
integer
|
50
|
Nilai top-k untuk sampling
|
repetition_penalty |
number
|
1
|
Penalty untuk repetisi
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}