hugosousa/frmt
收藏资源简介:
--- dataset_info: features: - name: en dtype: string - name: br dtype: string - name: bucket dtype: string - name: tw dtype: string - name: cn dtype: string - name: tw_simplified dtype: string - name: pt dtype: string splits: - name: exemplars num_bytes: 336834 num_examples: 613 - name: dev num_bytes: 2294842 num_examples: 3935 - name: test num_bytes: 2327257 num_examples: 3987 download_size: 3397959 dataset_size: 4958933 configs: - config_name: default data_files: - split: exemplars path: data/exemplars-* - split: dev path: data/dev-* - split: test path: data/test-* ---
The dataset includes multiple language features such as English, Brazilian Portuguese, bucket, Taiwan, Chinese, Taiwan Simplified, and Portuguese, all of which are string type. The dataset is divided into three parts: exemplars, dev, and test, containing 613, 3935, and 3987 examples respectively. The download size of the dataset is 3397959 bytes, and the actual size is 4958933 bytes.
数据集概述
数据集特征
- en: 字符串类型
- br: 字符串类型
- bucket: 字符串类型
- tw: 字符串类型
- cn: 字符串类型
- tw_simplified: 字符串类型
- pt: 字符串类型
数据集分割
- exemplars:
- 示例数量: 613
- 字节数: 336834
- dev:
- 示例数量: 3935
- 字节数: 2294842
- test:
- 示例数量: 3987
- 字节数: 2327257
数据集大小
- 下载大小: 3397959 字节
- 数据集大小: 4958933 字节
数据文件配置
- default 配置:
- exemplars: data/exemplars-*
- dev: data/dev-*
- test: data/test-*



