You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Process config example for dataset# global parametersproject_name: 'demo-process'dataset_path: './demos/data/demo-dataset.jsonl'# path to your dataset directory or filenp: 4# number of subprocess to process your datasetexport_path: './outputs/demo-process/demo-processed.jsonl'####### 添加这一行open_monitor: false####### 添加这一行# process schedule# a list of several process operators with their argumentsprocess:
- language_id_score_filter:
lang: 'zh'min_score: 0.8
Question
环境:
windows10
anaconda 虚拟环境
python3.10.16
源码安装,初始化完成后执行
python tools/process_data.py --config configs/demo/process.yaml
报错:
Additional 额外信息
No response
The text was updated successfully, but these errors were encountered: