| --- |
| 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}} |
| } |
| ``` |
|
|