Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
Me7war
/
codeAstria
:7b
14
Downloads
Updated
6 days ago
A fast, efficient large language model (LLm) that reviews, explains, and improves code from natural-language prompts.
A fast, efficient large language model (LLm) that reviews, explains, and improves code from natural-language prompts.
Cancel
tools
7b
codeAstria:7b
...
/
params
ddc3d3d3a42b · 210B
{
"num_ctx": 32768,
"repeat_penalty": 1.05,
"rope_frequency_base": 1000000,
"seed": 0,
"stop": [
"[INST]",
"[/INST]",
"<<SYS>>",
"<</SYS>>"
],
"temperature": 0.3,
"top_k": 40,
"top_p": 0.95
}