linhqyy/data_aug
收藏资源简介:
--- dataset_info: features: - name: sentence dtype: string - name: sentence_annotation dtype: string - name: intent dtype: string - name: entities list: - name: type dtype: string - name: filler dtype: string splits: - name: train num_bytes: 330965 num_examples: 1273 download_size: 95261 dataset_size: 330965 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "data_aug" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
dataset_info: features: - name: sentence dtype: 字符串 - name: sentence_annotation dtype: 字符串 - name: intent dtype: 字符串 - name: entities list: - name: type dtype: 字符串 - name: filler dtype: 字符串 splits: - name: train num_bytes: 330965 num_examples: 1273 download_size: 95261 dataset_size: 330965 configs: - config_name: default data_files: - split: train path: data/train-* # "data_aug"数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集信息
特征
- sentence: 类型为字符串
- sentence_annotation: 类型为字符串
- intent: 类型为字符串
- entities: 列表类型,包含以下字段:
- type: 类型为字符串
- filler: 类型为字符串
数据分割
- train: 包含1273个样本,占用330965字节
数据大小
- 下载大小: 95261字节
- 数据集大小: 330965字节
配置
- default: 包含训练数据文件,路径为
data/train-*



