Update README.md
Browse files
README.md
CHANGED
|
@@ -24,4 +24,22 @@ You can load the dataset using the following Python code:
|
|
| 24 |
```python
|
| 25 |
from datasets import load_dataset
|
| 26 |
|
| 27 |
-
dataset = load_dataset("david-e-g/Texts_Samples")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
```python
|
| 25 |
from datasets import load_dataset
|
| 26 |
|
| 27 |
+
dataset = load_dataset("david-e-g/Texts_Samples")
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
## Acknowledgements
|
| 31 |
+
Portions of this dataset are derived from publicly available user-generated content on X (formerly Twitter), and Royal Road.
|
| 32 |
+
The texts are used solely for research and benchmarking purposes. All rights remain with the original content creators.
|
| 33 |
+
|
| 34 |
+
```latex
|
| 35 |
+
@misc{XPlatform,
|
| 36 |
+
title = {X (formerly Twitter)},
|
| 37 |
+
author = {{X Corp.}},
|
| 38 |
+
howpublished = {\url{https://x.com}}
|
| 39 |
+
}
|
| 40 |
+
@misc{RoyalRoad,
|
| 41 |
+
title = {Royal Road},
|
| 42 |
+
author = {{Royal Road}},
|
| 43 |
+
howpublished = {\url{https://www.royalroad.com}}
|
| 44 |
+
}
|
| 45 |
+
```
|