File size: 942 Bytes
05be9e5 35c388b |
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 |
---
language:
- en
license: mit
configs:
- config_name: default
data_files: texts_dataset.json
---
# My Text Samples Dataset
## Dataset Description
Sample of data, can be used to validate text rules.
## Data Splits
No data splits.
## How to Use
You can load the dataset using the following Python code:
```python
from datasets import load_dataset
dataset = load_dataset("david-e-g/Texts_Samples")
```
## Acknowledgements
Portions of this dataset are derived from publicly available user-generated content on X (formerly Twitter), and Royal Road.
The texts are used solely for research and benchmarking purposes. All rights remain with the original content creators.
```latex
@misc{XPlatform,
title = {X (formerly Twitter)},
author = {{X Corp.}},
howpublished = {\url{https://x.com}}
}
@misc{RoyalRoad,
title = {Royal Road},
author = {{Royal Road}},
howpublished = {\url{https://www.royalroad.com}}
}
```
|