tsv_formatter
February 4, 2026 · View on GitHub
The class is used to load and format tsv-type files.
Default suffixes is ['.tsv']
该类用于加载和格式化 TSV 类型的文件。
默认后缀为 ['.tsv']
Type 算子类型: formatter
Tags 标签: cpu
🔧 Parameter Configuration 参数配置
| name 参数名 | type 类型 | default 默认值 | desc 说明 |
|---|---|---|---|
dataset_path | '' | a dataset file or a dataset directory | |
suffixes | None | files with specified suffixes to be processed | |
kwargs | '' | extra args, e.g. delimiter = ',' |