Update README.md
Browse files
README.md
CHANGED
|
@@ -103,9 +103,6 @@ The dataset focuses solely on translating high-level network intent into command
|
|
| 103 |
|
| 104 |
## Dataset Creation
|
| 105 |
|
| 106 |
-
|
| 107 |
-
### Source Data
|
| 108 |
-
|
| 109 |
The NIT dataset was manually created using configuration manuals and the expertise of a network engineer. It includes various ways of requesting the same configuration task to reflect different user behaviors. The dataset contains three types of prompts (questions): Type 1 prompts include all the required parameters for the low-level configurations, Type 2 prompts include some of the required parameters, and Type 3 prompts contain no parameters. The completions (answers) include the operating mode of the required commands, the commands themselves, and a commit when necessary. The completions use the parameters provided in the prompts, or <parameter-name> if the prompt does not include a value for a specific parameter.
|
| 110 |
|
| 111 |
|
|
|
|
| 103 |
|
| 104 |
## Dataset Creation
|
| 105 |
|
|
|
|
|
|
|
|
|
|
| 106 |
The NIT dataset was manually created using configuration manuals and the expertise of a network engineer. It includes various ways of requesting the same configuration task to reflect different user behaviors. The dataset contains three types of prompts (questions): Type 1 prompts include all the required parameters for the low-level configurations, Type 2 prompts include some of the required parameters, and Type 3 prompts contain no parameters. The completions (answers) include the operating mode of the required commands, the commands themselves, and a commit when necessary. The completions use the parameters provided in the prompts, or <parameter-name> if the prompt does not include a value for a specific parameter.
|
| 107 |
|
| 108 |
|