datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
bash_command_data_6K
📦 Bash Command Dataset v1
A high-quality dataset of natural language instructions paired with their equivalent Bash commands, designed for training and fine-tuning large language models (LLMs) that translate English tasks into shell commands.
This dataset is ideal for researchers, developers, and machine learning engineers interested in natural language to Bash command translation, command-line automation, and building intelligent terminal assistants.
📁 Dataset… See the full description on the dataset page: https://huggingface.co/datasets/emirkaanozdemr/bash_command_data_6K.bash_codeThis dataset is a collection of bash programs from various GitHub repositories and open source projects.
The dataset might contain harmful code.
bashkir-wikipedia-monolingual
Bashkir Wikipedia Monolingual Corpus
Cleaned sentence-level Bashkir text from Wikipedia for pretraining, tokenizer
training and linguistic research.
Overview
Sentence-level text extracted from the Bashkir Wikipedia dump (bawiki-20260801),
cleaned and filtered with automated language identification. The cleaned
configuration is the recommended default for language modelling, tokenization and
linguistic research; precleaned is an earlier, lighter extraction kept… See the full description on the dataset page: https://huggingface.co/datasets/failed09/bashkir-wikipedia-monolingual.bashkir-wiki-corpus
Dataset Card for Bashkir Wikipedia Corpus
Dataset Details
Dataset Description
The Bashkir Wikipedia Corpus is a collection of 43,926 articles from Bashkir Wikipedia and Wikibooks, totaling approximately 10.6 million tokens and 8.9 million words. The data has been extracted from official Wikimedia dumps and processed to provide clean, well‑structured text suitable for NLP tasks. The corpus includes article titles, full content, categories, source… See the full description on the dataset page: https://huggingface.co/datasets/BashkirNLPWorld/bashkir-wiki-corpus.bash-commands-dataset-rev-ja
trtd56/bash-commands-dataset-rev-ja
bash_commands_ja.csv から作成した、Bash コマンドを入力して日本語説明を出力するためのデータセットです。
Columns
prompt_ja: 日本語説明
prompt_en: 英語説明
response: Bash コマンド
prompt: 学習用入力。response と同じ
completion: 学習用出力。prompt_ja と同じ
task: タスク識別子
language: 出力言語
Splits
train: 756
test: 84
Usage
from datasets import load_dataset
ds = load_dataset("trtd56/bash-commands-dataset-rev-ja")
print(ds["train"][0]["prompt"])
print(ds["train"][0]["completion"])
bashkir-web-corpus
Dataset Card for Bashkir Web Corpus
Dataset Details
Dataset Description
The Bashkir Web Corpus is a collection of 71,567 documents and approximately 46.9 million tokens in the Bashkir language (a Turkic language spoken in Bashkortostan, Russia). The corpus was compiled from 16 Bashkir‑language online sources, including news websites, literary magazines, social media, books, and Wikipedia. It is designed for language modeling, text classification… See the full description on the dataset page: https://huggingface.co/datasets/BashkirNLPWorld/bashkir-web-corpus.bashkir-news-cluster
Dataset Card for Bashkir News Cluster Dataset
Dataset Details
Dataset Description
This dataset contains 24,428 Bashkir-language news and analytical articles collected from various online sources. It is intended for clustering, representation learning, and unsupervised NLP tasks. Each text is accompanied by metadata such as title, source, date, and original category. The corpus is part of the BashkirNLP project, aiming to support low-resource… See the full description on the dataset page: https://huggingface.co/datasets/BashkirNLPWorld/bashkir-news-cluster.bash-org-archive.comDetails
This is an unofficial dataset of an archive mirror of Bash.org: https://bash-org-archive.com/
Bash.org was a website launched in 1999 dedicated to archiving funny quotes from IRC other chat platforms over the years.
It offers a look into jokes, memes, and often inappropriate content that was quite commonplace at the time.
This dataset has been cleaned with a custom parser, aiming to preserve the original format of the content.
The parquet file contains the following columns:
qid… See the full description on the dataset page: https://huggingface.co/datasets/Taranosaurus/bash-org-archive.com.
