aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* chore: Update README.md简律纯2025-12-311-1/+1
|
* fix: remove unnecessary webui part in readme file简律纯2025-12-311-18/+0
|
* chore: update README.md简律纯2025-12-311-1/+1
|
* refactor: Refactor code structure for improved readability and maintainabilityHsiangNianian2025-12-301-4/+0
|
* feat: Implement TRPG NER training and inference script with robust model ↵HsiangNianian2025-12-301-2/+294
| | | | | | | | | | | 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.
* Initial commit简律纯2024-02-201-0/+2