Rearrange corpus

This commit is contained in:
2026-04-06 19:58:03 -04:00
parent cb7d906ef7
commit 9ad547f9cc
12 changed files with 24139 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ import torch
# -------------------------
# Knowledge base selection
# -------------------------
BOOK_DIR = 'Books/Procedure' # just a string
BOOK_DIR = 'Books/SongWriting' # just a string
book_files = []
for f in Path(BOOK_DIR).rglob('*'):