fine-tuned/QuoraRetrieval-512-192-gpt-4o-2024-05-13-768442
收藏Hugging Face2024-05-28 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/fine-tuned/QuoraRetrieval-512-192-gpt-4o-2024-05-13-768442
下载链接
链接失效反馈官方服务:
资源简介:
数据集“general domain”是一个生成的数据集,旨在支持特定领域嵌入模型的开发,用于检索任务。
The dataset general domain is a generated dataset designed to support the development of domain specific embedding models for retrieval tasks. This dataset is associated with a specific model and can be loaded using the Hugging Face `datasets` library. It is categorized under feature extraction and sentence similarity, and is tagged with related terms. It is in English and is of a small size (n<1K).
提供机构:
fine-tuned
原始信息汇总
QuoraRetrieval-512-192-gpt-4o-2024-05-13-768442 数据集
数据集描述
"general domain" 数据集是一个生成的数据集,旨在支持特定领域嵌入模型在检索任务中的开发。
相关模型
该数据集用于训练 QuoraRetrieval-512-192-gpt-4o-2024-05-13-768442 模型。
如何使用
要使用此数据集进行模型训练或评估,可以使用 Hugging Face 的 datasets 库加载它,如下所示:
python from datasets import load_dataset
dataset = load_dataset("fine-tuned/QuoraRetrieval-512-192-gpt-4o-2024-05-13-768442") print(dataset[test][0])



