Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Chinese
Size:
10K - 100K
Tags:
Erotic-literature
DOI:
License:
File size: 3,359 Bytes
c615e50 d915492 c615e50 d915492 35e7518 d915492 95d27b9 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 35e7518 1914970 ce90a31 e570bdf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
---
dataset_info:
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 321487120.26339495
num_examples: 10557
- name: test
num_bytes: 3045250.736605048
num_examples: 100
download_size: 199546740
dataset_size: 324532371
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
license: mit
task_categories:
- text-generation
language:
- zh
tags:
- Erotic-literature
size_categories:
- 10M<n<100M
---
# Dataset Card for Erotic Literature in Chinese
## Dataset Summary
This dataset is a collection of erotic literature in Chinese, compiled for the purpose of text generation tasks. It is divided into two splits: a training set and a test set, allowing for model training and evaluation. The dataset is of moderate size, suitable for projects working on text-based AI models, particularly focusing on the genre of erotic literature.
## Dataset Details
- **Language**: Chinese (zh)
- **License**: MIT
- **Task Category**: Text Generation
- **Tags**: Erotic-literature
- **Size Category**: 10M<n<100M
### Dataset Configuration
- **Configuration Name**: Default
- The dataset consists of multiple parts for each split.
- **Data Files**:
- Training files: `data/train-*`
- Test files: `data/test-*`
### Dataset Size
- **Download Size**: Approximately 199.5 MB
- **Dataset Size**: Approximately 324.5 MB
### Splits
- **Train Split**:
- Number of Examples: 10,557
- Total Bytes: ~321.49 MB
- **Test Split**:
- Number of Examples: 100
- Total Bytes: ~3.05 MB
## Usage
Given its nature, this dataset is designed for creating and tuning AI models with capabilities in generating or understanding erotic literature in Chinese. It can be utilized for research in machine learning, natural language processing, and AI applications that require large, themed text datasets.
## Considerations
- **Ethical Considerations**: Users should be aware of the ethical implications and societal impact of working with adult content. It is important to ensure this dataset is used responsibly and complies with relevant laws and regulations.
- **Limitations**: Be conscious of biases that can arise from the nature of the text. Models trained on such data may need additional tuning or filtering to be applicable to broader or alternative applications.
## How to Access
The dataset can be accessed via downloading the files described in the configuration section. Ensure to comply with the MIT license terms when using this dataset in applications or research.
```python
from datasets import load_dataset
ds = load_dataset("XuehangCang/Erotic-literature")
print(ds)
"""
DatasetDict({
train: Dataset({
features: ['text'],
num_rows: 10557
})
test: Dataset({
features: ['text'],
num_rows: 100
})
})
"""
```
For further details or questions about this dataset, users should refer to the relevant sections of the providing platform or contact repository maintainers.
```text
@misc {xuehangcang_2025,
author = { {XuehangCang} },
title = { Erotic-literature (Revision ce90a31) },
year = 2025,
url = { https://huggingface.co./datasets/XuehangCang/Erotic-literature },
doi = { 10.57967/hf/4208 },
publisher = { Hugging Face }
}
``` |