diff options
| author | 2025-12-31 09:21:17 +0800 | |
|---|---|---|
| committer | 2025-12-31 09:21:17 +0800 | |
| commit | 14ba21c109916a9e2f119075b82deca8a81fa573 (patch) | |
| tree | b8becac809a952b1d52b38ed7295371064935d5f | |
| parent | d4480d00543ec63fc84b8142aa2728b24135c14c (diff) | |
| download | base-model-14ba21c109916a9e2f119075b82deca8a81fa573.tar.gz base-model-14ba21c109916a9e2f119075b82deca8a81fa573.zip | |
fix: remove unnecessary webui part in readme file
| -rw-r--r-- | README.md | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -245,24 +245,6 @@ uv run src/utils/word_conll_to_char_conll.py \ output_char.conll ``` -## 高级功能 - -### 自定义标签 - -在 `src/webui/utils.py` 中修改 `DEFAULT_LABELS`: - -```python -DEFAULT_LABELS = [ - {"name": "timestamp", "color": "#87CEEB", "type": "text"}, - {"name": "speaker", "color": "#90EE90", "type": "text"}, - {"name": "dialogue", "color": "#FFB6C1", "type": "text"}, - {"name": "action", "color": "#DDA0DD", "type": "text"}, - {"name": "comment", "color": "#FFD700", "type": "text"}, - # 添加新标签 - {"name": "emotion", "color": "#FFA07A", "type": "text"}, -] -``` - ## 系统要求 ### 训练环境 |
