aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/base_model_trpgner/training/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: streamline import statements and improve print messages in ↵HsiangNianian2026-01-051-22/+10
| | | | training module
* refactor: Update model download functionality and improve inference module ↵HsiangNianian2025-12-301-2/+2
| | | | to support automatic model retrieval from GitHub releases
* refactor: Refactor TRPG NER model SDK: restructure codebase into ↵HsiangNianian2025-12-301-0/+205
base_model_trpgner package, implement training and inference modules, and add model download functionality. Remove legacy training and utils modules. Enhance documentation and examples for better usability.