beratcmn/parse-gpt-tr
收藏Hugging Face2024-03-24 更新2024-06-11 收录
下载链接:
https://hf-mirror.com/datasets/beratcmn/parse-gpt-tr
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- tr
license: apache-2.0
task_categories:
- question-answering
- text2text-generation
pretty_name: Parse GPT TR
dataset_info:
features:
- name: id
dtype: string
- name: model
dtype: string
- name: messages
list:
- name: index
dtype: int64
- name: role
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 31282
num_examples: 14
download_size: 21619
dataset_size: 31282
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# ParseGPT Turkish
This is a Turkish dataset gathered from various individuals via the [ChatGPT Conversation Parser by beratcmn](https://huggingface.co/spaces/beratcmn/chatgpt-conversation-parser).
This dataset gets updated every time someone uses the ChatGPT Conversation Parser to parse a conversation.
This dataset contains conversations from various individuals. The conversations are in Turkish and are in the form of a list of messages. Each message has an index, a role (either "user" or "assistant"), and the text of the message.
# Contact
If you have any questions, please contact beratcmn on [HuggingFace](https://huggingface.co/beratcmn).
Website:
[beratcimen.com](https://beratcimen.com/)
Email:
beratcmn@hotmail.com
提供机构:
beratcmn
原始信息汇总
数据集概述
基本信息
- 语言: 土耳其语 (tr)
- 许可证: Apache-2.0
- 任务类别:
- 问答
- 文本到文本生成
- 美观名称: Parse GPT TR
数据集详情
- 特征:
- id: 字符串类型
- model: 字符串类型
- messages: 列表类型,包含以下子特征:
- index: 整数类型 (int64)
- role: 字符串类型,值为 "user" 或 "assistant"
- text: 字符串类型
数据集划分
- 训练集:
- 字节数: 31282
- 示例数量: 14
数据集大小
- 下载大小: 21619
- 数据集大小: 31282
配置
- 默认配置:
- 数据文件:
- 训练集路径: data/train-*
- 数据文件:



