Jithendra-k/Flan-T5_interACT
收藏资源简介:
--- dataset_info: features: - name: Prompt dtype: string - name: Response dtype: string - name: id dtype: string splits: - name: train num_bytes: 38228.89968321014 num_examples: 757 - name: test num_bytes: 9595.100316789863 num_examples: 190 download_size: 32480 dataset_size: 47824.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- This dataset is a part of Project InterACT (Multi model AI system) involving an object detection model and an LLM This is a custom built dataset solely built for finetuning the Google's Flan-T5 model. Dataset contains 2 attributes: Prompt and Response Prompt: Resembles a query or a statement given by a user Response: Resembles a list of keywords extracted as per the user query or statement This dataset is transformed from a csv file to this using this Google colab file: https://colab.research.google.com/drive/1Uc7gnn0QaVaYW2ohFBNuEHgdhCQPclbf?usp=sharing
数据集概述
数据集特征
- 名称: Prompt
- 数据类型: 字符串
- 名称: Response
- 数据类型: 字符串
- 名称: id
- 数据类型: 字符串
数据集分割
- 训练集
- 样本数量: 757
- 数据大小: 38228.89968321014字节
- 测试集
- 样本数量: 190
- 数据大小: 9595.100316789863字节
数据集大小
- 下载大小: 32480字节
- 数据集总大小: 47824.0字节
数据文件配置
- 配置名称: default
- 训练数据路径: data/train-*
- 测试数据路径: data/test-*



