Readme
This model doesn't have a readme.
REPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>Find your API token in your account settings.
Run egsakash/kaksha-mitra using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "egsakash/kaksha-mitra:06df96ee1a9d20644c76e685cc65ee7e81b5d86c9833d13284aa640d9a2f2b93",
"input": {
"debug": false,
"top_k": -1,
"top_p": 0.95,
"temperature": 0.7,
"system_prompt": "You are a helpful, respectful and honest assistant.",
"max_new_tokens": 128,
"min_new_tokens": -1,
"repetition_penalty": 1.15
}
}' \
https://api.replicate.com/v1/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.