Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,69 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- quantum
|
| 9 |
+
- random
|
| 10 |
+
pretty_name: qr1
|
| 11 |
+
size_categories:
|
| 12 |
+
- 1K<n<10K
|
| 13 |
+
---
|
| 14 |
+
# Quantum Randomness Dataset (1000 Samples)
|
| 15 |
+
|
| 16 |
+
This dataset contains **1,000 unique strings of true randomness**, derived from quantum processes. Each entry is formatted as a JSON line, containing a UTC timestamp and a hexadecimal string segment, split from a larger source of raw entropy.
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
## π¦ Dataset Overview
|
| 21 |
+
|
| 22 |
+
* **Total Entries**: 1,000
|
| 23 |
+
* **Format**: `.jsonl` (JSON Lines)
|
| 24 |
+
* **Fields**:
|
| 25 |
+
|
| 26 |
+
* `timestamp`: ISO 8601 timestamp in UTC
|
| 27 |
+
* `value`: A hexadecimal string representing a slice of quantum randomness
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
## 𧬠Source
|
| 32 |
+
|
| 33 |
+
The raw randomness was sourced from a quantum entropy stream and divided into 1,000 individual values using automated splitting logic.
|
| 34 |
+
This is not pseudorandom β it's real-world, high-entropy data, ideal for experimental, cryptographic, or creative purposes.
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
## βοΈ Use Cases
|
| 39 |
+
|
| 40 |
+
* Seed generation for AI experiments
|
| 41 |
+
* Entropy injection in training pipelines
|
| 42 |
+
* Artistic generative projects
|
| 43 |
+
* Benchmarking randomness detectors
|
| 44 |
+
* Synthetic data augmentation for anomaly detection or fuzzing
|
| 45 |
+
|
| 46 |
+
---
|
| 47 |
+
|
| 48 |
+
## π Example Entry
|
| 49 |
+
|
| 50 |
+
```json
|
| 51 |
+
{
|
| 52 |
+
"timestamp": "2025-05-11T21:25:00Z",
|
| 53 |
+
"value": "8f3c"
|
| 54 |
+
}
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
---
|
| 58 |
+
|
| 59 |
+
## π¬ Credits
|
| 60 |
+
|
| 61 |
+
Quantum randomness sourced from the Australian National University (ANU) Quantum Random Number Generator.
|
| 62 |
+
|
| 63 |
+
---
|
| 64 |
+
|
| 65 |
+
## π License
|
| 66 |
+
|
| 67 |
+
MIT License β feel free to use and remix.
|
| 68 |
+
|
| 69 |
+
Enjoy the entropy! π
|