19 lines
383 B
TOML
19 lines
383 B
TOML
name = "Nemotron Mini 4B Instruct"
|
|
description = "Compact Nemotron model for efficient reasoning and deployable AI agents"
|
|
family = "nemotron"
|
|
release_date = "2024-08-21"
|
|
last_updated = "2024-08-26"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|