index
:
base-model
main
Base Model (GitHub mirror)
HydroRoll-Team
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
docs: update annotation guidelines to include punctuation in labeled text
HEAD
main
HsiangNianian
2026-01-06
1
-0
/
+1
|
*
feat: enhance log processing with multiple output versions and test set ↵
HsiangNianian
2026-01-06
2
-40
/
+238
|
|
|
|
generation
*
docs: update CHANGELOG.md for v0.1.10 [skip ci]
HsiangNianian
2026-01-06
1
-0
/
+9
|
*
fix: update version number to 0.1.10 in pyproject.toml
v0.1.10
HsiangNianian
2026-01-06
1
-1
/
+1
|
*
chore: update ONNX model files for improved performance
HsiangNianian
2026-01-06
2
-0
/
+0
|
*
docs: update CHANGELOG.md for v0.1.9 [skip ci]
HsiangNianian
2026-01-05
1
-0
/
+10
|
*
fix: update version number to 0.1.9 in pyproject.toml
v0.1.9
HsiangNianian
2026-01-05
1
-1
/
+1
|
*
refactor: remove unused fix_speaker function and clean up code in onnx_infer.py
HsiangNianian
2026-01-05
3
-12
/
+4
|
*
refactor: clean up code formatting and improve print messages in main.py
HsiangNianian
2026-01-05
1
-63
/
+20
|
*
docs: update CHANGELOG.md for v0.1.8 [skip ci]
HsiangNianian
2026-01-05
1
-0
/
+17
|
*
fix: update version number to 0.1.8 in pyproject.toml
v0.1.8
HsiangNianian
2026-01-05
1
-1
/
+1
|
*
fix: update version number to 0.1.8 in __init__.py
HsiangNianian
2026-01-05
1
-1
/
+1
|
*
refactor: improve error handling and enhance code readability in inference ↵
HsiangNianian
2026-01-05
1
-23
/
+25
|
|
|
|
module
*
refactor: streamline import statements and improve print messages in ↵
HsiangNianian
2026-01-05
1
-22
/
+10
|
|
|
|
training module
*
refactor: improve code formatting and readability in utils/__init__.py
HsiangNianian
2026-01-05
1
-15
/
+21
|
*
fix: simplify conditional assignment for entity text processing in ↵
HsiangNianian
2026-01-05
1
-3
/
+1
|
|
|
|
test_onnx_only_infer.py
*
feat: enhance code readability and formatting in onnx_infer.py
HsiangNianian
2026-01-05
1
-13
/
+42
|
*
feat: improve code formatting and readability in conll_to_dataset.py
HsiangNianian
2026-01-05
1
-71
/
+71
|
*
docs: update CHANGELOG.md for v0.1.7 [skip ci]
HsiangNianian
2026-01-05
1
-0
/
+44
|
*
feat: bump version to 0.1.7 for base-model-trpgner release
v0.1.7
HsiangNianian
2026-01-05
1
-1
/
+1
|
*
feat: add max_length validation in TRPGParser to enforce input constraints
HsiangNianian
2026-01-05
1
-0
/
+3
|
*
feat: update max_length parameter for TRPGParser and onnx_infer to improve ↵
HsiangNianian
2026-01-05
2
-4
/
+4
|
|
|
|
text parsing capabilities
*
feat: enhance log annotation process with improved concurrency and detailed ↵
HsiangNianian
2026-01-05
3
-45
/
+117
|
|
|
|
prompt structure
*
feat: add log processing and LLM annotation functionality
HsiangNianian
2026-01-04
3
-0
/
+452
|
*
chore: Update README.md
简律纯
2025-12-31
1
-1
/
+1
|
*
fix: update TestPyPI publishing command to use relative path for ↵
HsiangNianian
2025-12-31
1
-1
/
+1
|
|
|
|
distribution files
*
fix: replace uv sync command with uv v in TestPyPI publishing step
HsiangNianian
2025-12-31
1
-4
/
+1
|
*
fix: update TestPyPI publishing step to use correct distribution path
HsiangNianian
2025-12-31
1
-1
/
+2
|
*
fix: update debug command in TestPyPI publishing workflow
HsiangNianian
2025-12-31
1
-1
/
+1
|
*
fix: add debugging commands before publishing to TestPyPI
HsiangNianian
2025-12-31
1
-0
/
+2
|
*
fix: add uv sync command before publishing to TestPyPI
HsiangNianian
2025-12-31
1
-0
/
+1
|
*
fix: restructure TestPyPI publishing step in workflow
HsiangNianian
2025-12-31
1
-8
/
+30
|
*
fix: streamline TestPyPI publishing step in workflow
HsiangNianian
2025-12-31
1
-30
/
+8
|
*
fix: update publish workflow to use uv for installing twine and publishing ↵
HsiangNianian
2025-12-31
2
-3
/
+10
|
|
|
|
to TestPyPI
*
fix: update license format in pyproject.toml
HsiangNianian
2025-12-31
1
-3
/
+1
|
*
fix: update TestPyPI upload command to use repository shorthand
HsiangNianian
2025-12-31
1
-1
/
+1
|
*
fix: replace COPYING file with LICENSE file in project structure
HsiangNianian
2025-12-31
2
-1
/
+1
|
*
fix: update license format in pyproject.toml
HsiangNianian
2025-12-31
1
-1
/
+2
|
*
fix: add license-files entry in wheel build target
HsiangNianian
2025-12-31
1
-0
/
+1
|
*
fix: specify twine installation in publish workflow
HsiangNianian
2025-12-31
1
-1
/
+1
|
*
fix: update TestPyPI publish step to use twine directly and ensure ↵
HsiangNianian
2025-12-31
1
-1
/
+3
|
|
|
|
installation of twine
*
fix: update TestPyPI publish step to use environment variables and run command
HsiangNianian
2025-12-31
1
-7
/
+5
|
*
fix: add options to skip existing packages and disable attestations during ↵
HsiangNianian
2025-12-31
1
-0
/
+1
|
|
|
|
TestPyPI publish
*
fix: add options to skip existing packages and enable verbose output during ↵
HsiangNianian
2025-12-31
1
-0
/
+2
|
|
|
|
TestPyPI publish
*
fix: update package name to use commit hash during TestPyPI publish
HsiangNianian
2025-12-31
1
-47
/
+11
|
*
fix: streamline package metadata modification process in publish workflow
HsiangNianian
2025-12-31
1
-12
/
+9
|
*
fix: add step to fix package metadata before publishing to TestPyPI
HsiangNianian
2025-12-31
1
-0
/
+29
|
*
fix: install twine before checking distribution in publish workflow
HsiangNianian
2025-12-31
1
-0
/
+1
|
*
fix: correct TestPyPI URL and update API token secret
HsiangNianian
2025-12-31
1
-2
/
+2
|
*
fix: remove unnecessary commands and comments in publish workflow
HsiangNianian
2025-12-31
1
-6
/
+1
|
[next]