Deojoandco/capstone_fromgpt_without_gold_v7
收藏资源简介:
--- dataset_info: features: - name: dialog_id dtype: int64 - name: dialogue dtype: string - name: summary dtype: string - name: gold_tags dtype: string - name: gpt_success dtype: bool - name: gpt_response dtype: string - name: gold_tags_tokens_count dtype: int64 - name: GPT_TAGS_FOUND dtype: bool - name: gpt_output_tags dtype: string - name: gpt_output_tag_tokens_count dtype: int64 - name: GPT_MI_FOUND dtype: bool - name: gpt_tags_token_count dtype: int64 - name: gpt_tags dtype: string - name: tag_token_count_match dtype: bool splits: - name: test num_bytes: 21303 num_examples: 12 download_size: 23320 dataset_size: 21303 configs: - config_name: default data_files: - split: test path: data/test-* --- # Dataset Card for "capstone_fromgpt_without_gold_v7" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
This dataset includes multiple features such as dialog ID, dialogue content, summary, gold tags, and some GPT-related features like GPT success flag, GPT response, etc. The dataset is divided into a test set with 12 samples. The download size of the dataset is 23320 bytes, and the actual size is 21303 bytes. The dataset configuration is named default, and the test set data file path is data/test-*.
数据集概述
数据集信息
特征
- dialog_id: 数据类型为
int64 - dialogue: 数据类型为
string - summary: 数据类型为
string - gold_tags: 数据类型为
string - gpt_success: 数据类型为
bool - gpt_response: 数据类型为
string - gold_tags_tokens_count: 数据类型为
int64 - GPT_TAGS_FOUND: 数据类型为
bool - gpt_output_tags: 数据类型为
string - gpt_output_tag_tokens_count: 数据类型为
int64 - GPT_MI_FOUND: 数据类型为
bool - gpt_tags_token_count: 数据类型为
int64 - gpt_tags: 数据类型为
string - tag_token_count_match: 数据类型为
bool
分割
- test: 包含 12 个样本,占用 21303 字节
大小
- 下载大小: 23320 字节
- 数据集大小: 21303 字节
配置
- default:
- 数据文件:
- split: test
- path: data/test-*
- 数据文件:




