Tgratzi/tinyllama-rule-viewer-tql
收藏资源简介:
--- dataset_info: features: - name: input dtype: string - name: target dtype: string - name: text dtype: string splits: - name: train num_bytes: 76863.82608695653 num_examples: 248 - name: test num_bytes: 8678.173913043478 num_examples: 28 download_size: 30394 dataset_size: 85542.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---
This dataset includes three features: input, target, and text, all of which are string type. The dataset is divided into a training set and a test set, with 248 samples in the training set and 28 samples in the test set. The download size of the dataset is 30394 bytes, and the dataset size is 85542 bytes. The dataset configuration is set to default, with the training set and test set data files stored in the data/train-* and data/test-* paths respectively.
数据集信息
特征
- input: 数据类型为字符串
- target: 数据类型为字符串
- text: 数据类型为字符串
数据分割
- train:
- 字节数: 76863.82608695653
- 样本数: 248
- test:
- 字节数: 8678.173913043478
- 样本数: 28
数据大小
- 下载大小: 30394 字节
- 数据集大小: 85542.0 字节
配置
- default:
- 数据文件:
- train: data/train-*
- test: data/test-*
- 数据文件:



