aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/base_model_trpgner/inference
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Clean up publish workflow by removing Test PyPI steps and ↵HsiangNianian2025-12-301-39/+9
| | | | improving artifact packaging
* feat: Enhance model download functionality to support zip file retrieval and ↵HsiangNianian2025-12-301-28/+57
| | | | extraction
* refactor: Update model download functionality and improve inference module ↵HsiangNianian2025-12-301-18/+119
| | | | to support automatic model retrieval from GitHub releases
* refactor: Refactor TRPG NER model SDK: restructure codebase into ↵HsiangNianian2025-12-301-0/+292
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.