--- license: mit task_categories: - text-generation language: - en tags: - biology size_categories: - 10K30 characters) --- ## Usage 1. Clone or download the dataset directory. 2. Load the dataset in Python: ```python with open("data/books.txt", "r", encoding="utf-8") as f: texts = [line.strip() for line in f if line.strip()] print(f"Total lines in corpus: {len(texts)}")