| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: update TestPyPI publishing command to use relative path for ↵ | 2025-12-31 | 1 | -1/+1 | |
| | | | | | distribution files | ||||
| * | fix: replace uv sync command with uv v in TestPyPI publishing step | 2025-12-31 | 1 | -4/+1 | |
| | | |||||
| * | fix: update TestPyPI publishing step to use correct distribution path | 2025-12-31 | 1 | -1/+2 | |
| | | |||||
| * | fix: update debug command in TestPyPI publishing workflow | 2025-12-31 | 1 | -1/+1 | |
| | | |||||
| * | fix: add debugging commands before publishing to TestPyPI | 2025-12-31 | 1 | -0/+2 | |
| | | |||||
| * | fix: add uv sync command before publishing to TestPyPI | 2025-12-31 | 1 | -0/+1 | |
| | | |||||
| * | fix: restructure TestPyPI publishing step in workflow | 2025-12-31 | 1 | -8/+30 | |
| | | |||||
| * | fix: streamline TestPyPI publishing step in workflow | 2025-12-31 | 1 | -30/+8 | |
| | | |||||
| * | fix: update publish workflow to use uv for installing twine and publishing ↵ | 2025-12-31 | 1 | -3/+7 | |
| | | | | | to TestPyPI | ||||
| * | fix: update TestPyPI upload command to use repository shorthand | 2025-12-31 | 1 | -1/+1 | |
| | | |||||
| * | fix: specify twine installation in publish workflow | 2025-12-31 | 1 | -1/+1 | |
| | | |||||
| * | fix: update TestPyPI publish step to use twine directly and ensure ↵ | 2025-12-31 | 1 | -1/+3 | |
| | | | | | installation of twine | ||||
| * | fix: update TestPyPI publish step to use environment variables and run command | 2025-12-31 | 1 | -7/+5 | |
| | | |||||
| * | fix: add options to skip existing packages and disable attestations during ↵ | 2025-12-31 | 1 | -0/+1 | |
| | | | | | TestPyPI publish | ||||
| * | fix: add options to skip existing packages and enable verbose output during ↵ | 2025-12-31 | 1 | -0/+2 | |
| | | | | | TestPyPI publish | ||||
| * | fix: update package name to use commit hash during TestPyPI publish | 2025-12-31 | 1 | -47/+11 | |
| | | |||||
| * | fix: streamline package metadata modification process in publish workflow | 2025-12-31 | 1 | -12/+9 | |
| | | |||||
| * | fix: add step to fix package metadata before publishing to TestPyPI | 2025-12-31 | 1 | -0/+29 | |
| | | |||||
| * | fix: install twine before checking distribution in publish workflow | 2025-12-31 | 1 | -0/+1 | |
| | | |||||
| * | fix: correct TestPyPI URL and update API token secret | 2025-12-31 | 1 | -2/+2 | |
| | | |||||
| * | fix: remove unnecessary commands and comments in publish workflow | 2025-12-31 | 1 | -6/+1 | |
| | | |||||
| * | fix: remove unnecessary permissions and update TestPyPI publish step | 2025-12-31 | 1 | -3/+2 | |
| | | |||||
| * | feat: add workflow to publish to TestPyPI on main branch push | 2025-12-31 | 1 | -0/+51 | |
| | | |||||
| * | feat: Refine model packaging process to include only necessary inference files | 2025-12-30 | 1 | -2/+8 | |
| | | |||||
| * | fix: Simplify artifact upload paths in GitHub release workflow | 2025-12-30 | 1 | -4/+2 | |
| | | |||||
| * | feat: Add debug step for artifact structure and fix model zip path in release | 2025-12-30 | 1 | -2/+7 | |
| | | |||||
| * | refactor: Clean up publish workflow by removing Test PyPI steps and ↵ | 2025-12-30 | 1 | -88/+15 | |
| | | | | | improving artifact packaging | ||||
| * | feat: Enhance model download functionality to support zip file retrieval and ↵ | 2025-12-30 | 1 | -2/+31 | |
| | | | | | extraction | ||||
| * | refactor: Update model download functionality and improve inference module ↵ | 2025-12-30 | 1 | -3/+1 | |
| | | | | | to support automatic model retrieval from GitHub releases | ||||
| * | fix: Update command to check distribution in publish workflow | 2025-12-30 | 1 | -1/+1 | |
| | | |||||
| * | refactor: Refactor TRPG NER model SDK: restructure codebase into ↵ | 2025-12-30 | 1 | -21/+75 | |
| | | | | | 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. | ||||
| * | feat: Refactor and enhance TRPG NER model SDK | 2025-12-30 | 1 | -0/+201 | |
| - Removed deprecated `word_conll_to_char_conll.py` utility and integrated its functionality into the new `utils` module. - Introduced a comprehensive GitHub Actions workflow for automated publishing to PyPI and GitHub Releases. - Added `__init__.py` files to establish package structure for `basemodel`, `inference`, `training`, and `utils` modules. - Implemented model downloading functionality in `download_model.py` to fetch pre-trained ONNX models. - Developed `TRPGParser` class for ONNX-based inference, including methods for parsing TRPG logs. - Created training utilities in `training/__init__.py` for NER model training with Hugging Face Transformers. - Enhanced utility functions for CoNLL file parsing and dataset creation. - Added command-line interface for converting CoNLL files to datasets with validation options. | |||||
