| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | ||||||
| * | fix: remove unnecessary webui part in readme file | 2025-12-31 | 1 | -18/+0 | ||
| | | ||||||
| * | chore: update README.md | 2025-12-31 | 1 | -1/+1 | ||
| | | ||||||
| * | docs: update CHANGELOG.md for v0.1.6 [skip ci] | 2025-12-30 | 1 | -0/+10 | ||
| | | ||||||
| * | feat: Bump version to 0.1.6 in pyproject.tomlv0.1.6 | 2025-12-30 | 1 | -1/+1 | ||
| | | ||||||
| * | refactor: Refactor code structure for improved readability and maintainability | 2025-12-30 | 9 | -13/+42543 | ||
| | | ||||||
| * | feat: Update Python version requirement and add onnxscript dependency | 2025-12-30 | 35 | -128482/+21 | ||
| | | | | | | | - Changed the required Python version from >=3.12 to >=3.10 in pyproject.toml. - Reformatted the dependencies section for better readability. - Added "onnxscript>=0.5.7" to the train optional dependencies. | |||||
| * | docs: update CHANGELOG.md for v0.1.5 [skip ci] | 2025-12-30 | 1 | -0/+11 | ||
| | | ||||||
| * | feat: Bump version to 0.1.5 in pyproject.tomlv0.1.5 | 2025-12-30 | 1 | -1/+1 | ||
| | | ||||||
| * | feat: Refine model packaging process to include only necessary inference files | 2025-12-30 | 1 | -2/+8 | ||
| | | ||||||
| * | docs: update CHANGELOG.md for v0.1.4 [skip ci] | 2025-12-30 | 1 | -0/+15 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | feat: Bump version to 0.1.4 in pyproject.tomlv0.1.4 | 2025-12-30 | 1 | -1/+1 | ||
| | | ||||||
| * | refactor: Clean up publish workflow by removing Test PyPI steps and ↵ | 2025-12-30 | 2 | -127/+24 | ||
| | | | | | improving artifact packaging | |||||
| * | feat: Enhance model download functionality to support zip file retrieval and ↵ | 2025-12-30 | 2 | -30/+88 | ||
| | | | | | extraction | |||||
| * | feat: Bump version to 0.1.3 in pyproject.toml and __init__.pyv0.1.3 | 2025-12-30 | 2 | -2/+2 | ||
| | | ||||||
| * | refactor: Remove commented line about model file download in pyproject.toml | 2025-12-30 | 1 | -1/+0 | ||
| | | ||||||
| * | refactor: Update model download functionality and improve inference module ↵ | 2025-12-30 | 7 | -108/+324 | ||
| | | | | | to support automatic model retrieval from GitHub releases | |||||
| * | refactor: Refactor code structure for improved readability and maintainability | 2025-12-30 | 34 | -3/+128479 | ||
| | | ||||||
| * | fix: Update command to check distribution in publish workflow | 2025-12-30 | 1 | -1/+1 | ||
| | | ||||||
| * | feat: Bump version to 0.1.2 in pyproject.tomlv0.1.2 | 2025-12-30 | 1 | -1/+1 | ||
| | | ||||||
| * | refactor: Refactor TRPG NER model SDK: restructure codebase into ↵ | 2025-12-30 | 8 | -64/+130 | ||
| | | | | | 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: Bump version to 0.1.1 and clean up shared data commentsv0.1.1 | 2025-12-30 | 1 | -2/+2 | ||
| | | ||||||
| * | feat: Refactor and enhance TRPG NER model SDK | 2025-12-30 | 10 | -10/+1104 | ||
| | | | | | | | | | | | | - 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. | |||||
| * | feat: Implement TRPG NER training and inference script with robust model ↵ | 2025-12-30 | 8 | -6/+1502 | ||
| | | | | | | | | | | | | path detection and enhanced timestamp/speaker handling - Added main training and inference logic in main.py, including CoNLL parsing, tokenization, and model training. - Introduced TRPGParser class for inference with entity aggregation and special handling for timestamps and speakers. - Developed utility functions for converting word-level CoNLL to char-level and saving datasets in various formats. - Added ONNX export functionality for the trained model. - Created a comprehensive requirements.txt and updated pyproject.toml with necessary dependencies. - Implemented tests for ONNX inference to validate model outputs. | |||||
| * | refactor: Refactor code structure for improved readability and maintainability | 2025-12-29 | 3 | -0/+22 | ||
| | | ||||||
| * | chore(docs): Create COPYING for AFL3 | 2024-09-23 | 1 | -0/+172 | ||
| | | ||||||
| * | chore(docs): Delete GPL3 LICENSE | 2024-09-23 | 1 | -674/+0 | ||
| | | ||||||
| * | Initial commit | 2024-02-20 | 3 | -0/+836 | ||
