# 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