--- license: cc-by-sa-4.0 tags: - microbiome - bacteria - health - ulcerative-colitis --- # Leucnostoc and Brachyspira Microbiome Findings This dataset contains scientific findings about bacteria in the human gut microbiome in health and ulcerative colitis. ## Dataset Description - **Repository:** polejowska/microbiome-leuconostoc-brachyspira - **Size:** - Train: 22 examples - Validation: 2 examples - Test: 4 examples ## Dataset Structure The dataset follows the same structure as TinyStories, with a single 'text' field containing scientific findings from research papers. Example: ``` Metagenomic insights to understand the role of polluted river Yamuna in shaping the gut microbial communities of two invasive fish species.. The gastrointestinal microbial community plays a crucial role in host health, immunity, protection, development and provides nutrients to the host. The rising human-induced pollution and heavy metal contamination in all aquatic systems globally has led us to explore the gut microbial diversity of two exotic invasive fish Cyprinus carpio and Oreochromis nilo... ``` ## Dataset Creation This dataset was created by extracting findings from PubMed abstracts focused on the role of bacteria in the human gut microbiome in health and ulcerative colitis. Only studies using human fecal/stool samples were included. ## Usage This dataset can be used to train models to understand the relationship between bacteria and human gut health. ```python from datasets import load_dataset dataset = load_dataset("polejowska/microbiome-leuconostoc-brachyspira") ```