aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-12-31 09:21:17 +0800
committerGitHub <noreply@github.com>2025-12-31 09:21:17 +0800
commit14ba21c109916a9e2f119075b82deca8a81fa573 (patch)
treeb8becac809a952b1d52b38ed7295371064935d5f /README.md
parentd4480d00543ec63fc84b8142aa2728b24135c14c (diff)
downloadbase-model-14ba21c109916a9e2f119075b82deca8a81fa573.tar.gz
base-model-14ba21c109916a9e2f119075b82deca8a81fa573.zip
fix: remove unnecessary webui part in readme file
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index ac52241..e678c26 100644
--- a/README.md
+++ b/README.md
@@ -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"},
-]
-```
-
## 系统要求
### 训练环境