The Dataset Viewer is not available on this dataset.

YAML Metadata Warning:The task_categories "text2text-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

English

中文色情文学数据集合集

概述

本仓库包含了51个中文色情文学数据集。每个数据集由短篇色情小说、个人色情经验及其他形式的色情内容组成。数据集的格式为JSON,每个文件包含一个对象数组,每个对象代表一篇文档:

[
  {"text": "document"},
  {"text": "document"}
]

这些数据集可用于语言模型的预训练,经过适当调整后也可用于模型的微调。

数据集格式

  • 文件格式: JSON
  • 内容: 短篇色情小说、个人色情经验及其他色情内容
  • 结构:
    • 每个文件包含一个对象数组
    • 每个对象包含一个键 "text",其值为相应的文档内容

使用方法

这些数据集主要用于研究目的,特别是在语言模型的开发和微调中使用。由于内容的敏感性,用户应谨慎处理这些数据集,并确保遵守当地的法律法规及相关指导原则。

示例用法

import json

# 加载数据集
with open('path_to_json_file.json', 'r', encoding='utf-8') as file:
    data = json.load(file)

# 访问文本内容
for document in data:
    print(document['text'])

免责声明

本数据集的内容为成人色情内容,仅供研究使用。数据集中可能包含冒犯性或不适当的内容。使用这些数据集即表示您同意自行承担使用后果。用户必须确保在使用或分发这些数据集之前遵守其所在司法管辖区的所有适用法律和法规。本数据集的创建者对因使用本数据集内容而导致的任何不当行为不承担任何责任。

Downloads last month
77