sanjay920/fc-debug
收藏资源简介:
--- dataset_info: features: - name: functions dtype: string - name: question dtype: 'null' - name: function_calls dtype: 'null' - name: execution_result dtype: 'null' - name: assistant_response dtype: 'null' - name: conversations dtype: string - name: id dtype: 'null' - name: source dtype: string - name: function_calls_json dtype: 'null' - name: system dtype: string - name: remove dtype: 'null' - name: error dtype: bool - name: depth dtype: string - name: category dtype: 'null' - name: answer dtype: 'null' splits: - name: train num_bytes: 3195 num_examples: 1 download_size: 26563 dataset_size: 3195 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes multiple features, primarily for analyzing and processing functions, conversations, system information, etc. It consists of one training set with 1 example, totaling 3195 bytes. The download size of the dataset is 26563 bytes, and the dataset size is 3195 bytes.
数据集概述
数据集特征
- functions:数据类型为字符串。
- question:数据类型为空。
- function_calls:数据类型为空。
- execution_result:数据类型为空。
- assistant_response:数据类型为空。
- conversations:数据类型为字符串。
- id:数据类型为空。
- source:数据类型为字符串。
- function_calls_json:数据类型为空。
- system:数据类型为字符串。
- remove:数据类型为空。
- error:数据类型为布尔值。
- depth:数据类型为字符串。
- category:数据类型为空。
- answer:数据类型为空。
数据集分割
- train:
- 字节数:3195
- 示例数:1
数据集大小
- 下载大小:26563字节
- 数据集大小:3195字节
配置
- default:
- 数据文件路径:
data/train-*
- 数据文件路径:



