File size: 542 Bytes
16a1f25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# nl2linux

This a custom dataset used to fine-tune Large Language Models for Linux Command Generation. 

The dataset is created by filtering AnishJoshi/nl2bash-custom dataset from huggingface.

## Dataset Structure

- `train.json`: Training split.
- `dev.json`: Development split.
- `test.json`: Test split.

## Usage

```python
from datasets import load_dataset

dataset = load_dataset("prabhanshubhowal/natural_language_to_linux")
```

## Features

- 'nl_command': The natural language input/command
- 'bash_code': Corresponding bash code