Commit Graph

4 Commits

Author SHA1 Message Date
1f3215d162 feat: 添加 LCCC 训练数据说明及相关文件,更新 .gitignore 以忽略大文件 2026-07-07 19:05:39 +08:00
02c929d42f feat: 添加幼儿园小班成长日志,记录10月29日至10月31日的日常活动 2026-07-07 19:05:19 +08:00
6079cb8b7d Add daily growth logs for kindergarten class from September 24 to October 9, detailing activities, conversations, and learnings during the National Day holiday and the first week of school. 2026-07-07 18:46:36 +08:00
81f6fd58e0 feat: add scripts for fetching and training educational corpus
- Implemented `fetch_corpus.py` to scrape Chinese educational content from Wikipedia, covering subjects like Chinese, Math, English, Chemistry, Politics, History, Geography, Physics, and Biology.
- Developed `fetch_corpus_incremental.py` for incremental fetching of missing entries, with automatic retries for rate limiting and support for resuming interrupted downloads.
- Created `train_chat.py` for training a dialogue model, including corpus cleaning, vocabulary management, and staged training with adaptive learning rates.
2026-07-07 17:42:24 +08:00