erfanvaredi/zephyr-7b-beta-invoices
收藏Hugging Face2023-11-12 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/erfanvaredi/zephyr-7b-beta-invoices
下载链接
链接失效反馈官方服务:
资源简介:
该数据集用于训练Zephyr-7B-Beta客户支持聊天机器人,专注于与发票相关的查询、澄清和解决方案的对话。数据集是从Bitext Customer Support数据集派生而来,并由Erfan Varedi进行了编辑。
This dataset is intended for training the Zephyr-7B-Beta customer support chatbot, focusing on conversations centered on invoice-related queries, clarifications, and resolution solutions. It is derived from the Bitext Customer Support dataset and was edited by Erfan Varedi.
提供机构:
erfanvaredi
原始信息汇总
Zephyr Invoince Dataset 数据集概述
基本信息
- 许可证: CDLA-Sharing-1.0
- 任务类别:
- 文本分类
- 对话系统
- 文本生成
- 语言: 英语
- 标签:
- 客户
- 客户支持
- 数据集名称: Zephyr Invoince Dataset
- 数据规模: 10K<n<100K
数据集介绍
该数据集用于训练 zephyr-7b-beta 模型,专注于处理与发票相关的客户支持对话。数据集来源于 bitext/Bitext-customer-support-llm-chatbot-training-dataset,特别针对发票查询、澄清和解决的对话场景。
数据集描述
- 来源: Bitext Customer Support
- 编辑者: Erfan Varedi
使用示例
以下是一个快速使用该数据集的示例代码: python from datasets import load_dataset
加载数据集
ds = load_dataset(erfanvaredi/zephyr-7b-beta-invoices) df_dataset = ds["train"].to_pandas()
显示数据集前几行
df_dataset.head()
示例文本
print(df_dataset[text].iloc[85])
许可证
该数据集遵循 CDLA-Sharing-1.0 许可证。



