Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,6 @@ tags:
|
|
| 20 |
|
| 21 |
**Nemotron-Terminal** is a family of models specialized for autonomous terminal interaction, fine-tuned from the Qwen3 base (8B, 14B, and 32B). Developed by NVIDIA, these models utilize [Terminal-Corpus](https://huggingface.co/datasets/nvidia/Terminal-Corpus), a large-scale open-source dataset for terminal tasks, to achieve performance that rivals frontier models many times their size.
|
| 22 |
|
| 23 |
-
[Image of Terminal-Task-Gen pipeline architecture]
|
| 24 |
|
| 25 |
## Model Variants
|
| 26 |
We release the following variants of the Nemotron-Terminal family:
|
|
@@ -41,6 +40,7 @@ The Nemotron-Terminal family demonstrates profound leaps in capability compared
|
|
| 41 |
|
| 42 |
## Usage
|
| 43 |
The models are trained using the **Terminus 2** scaffolding and output a structured JSON format.
|
|
|
|
| 44 |
|
| 45 |
### Expected Output Format
|
| 46 |
```json
|
|
|
|
| 20 |
|
| 21 |
**Nemotron-Terminal** is a family of models specialized for autonomous terminal interaction, fine-tuned from the Qwen3 base (8B, 14B, and 32B). Developed by NVIDIA, these models utilize [Terminal-Corpus](https://huggingface.co/datasets/nvidia/Terminal-Corpus), a large-scale open-source dataset for terminal tasks, to achieve performance that rivals frontier models many times their size.
|
| 22 |
|
|
|
|
| 23 |
|
| 24 |
## Model Variants
|
| 25 |
We release the following variants of the Nemotron-Terminal family:
|
|
|
|
| 40 |
|
| 41 |
## Usage
|
| 42 |
The models are trained using the **Terminus 2** scaffolding and output a structured JSON format.
|
| 43 |
+
For evaluation on terminal bench 2.0, we encourage using Terminus 2 scaffolding to maintain consistency with training.
|
| 44 |
|
| 45 |
### Expected Output Format
|
| 46 |
```json
|