neuraparse commited on
Commit
4f55e07
·
verified ·
1 Parent(s): d518543

Fix org card badges and layout

Browse files
Files changed (1) hide show
  1. README.md +33 -4
README.md CHANGED
@@ -12,10 +12,10 @@ pinned: false
12
 
13
  **Source-verified quantum and quantum-AI datasets for 2026 research workflows.**
14
 
15
- [![datasets](https://img.shields.io/badge/datasets-17-2563eb)](https://huggingface.co/Neura-parse)
16
- [![rows](https://img.shields.io/badge/rows-1.89M-0f766e)](https://huggingface.co/collections/Neura-parse/neura-parse-quantum-6a4bb226e5d170933aaf8fdd)
17
- [![source](https://img.shields.io/badge/source-source_url_on_every_row-111827)](https://huggingface.co/Neura-parse)
18
- [![license](https://img.shields.io/badge/license-CC--BY--4.0-7c3aed)](https://creativecommons.org/licenses/by/4.0/)
19
 
20
  </div>
21
 
@@ -25,6 +25,24 @@ pretraining across quantum computing and quantum AI. The v3.1 portfolio is
25
  source-backed research data: every published row carries `source_url`
26
  provenance and is labeled `source=neura-parse-research`.
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ## Quick Start
29
 
30
  ```bash
@@ -41,6 +59,17 @@ print(row["record_type"], row["topic"])
41
  print(row["source_url"])
42
  ```
43
 
 
 
 
 
 
 
 
 
 
 
 
44
  ## 2026 Portfolio
45
 
46
  | Metric | Value |
 
12
 
13
  **Source-verified quantum and quantum-AI datasets for 2026 research workflows.**
14
 
15
+ [![datasets](https://img.shields.io/static/v1?label=datasets&message=17&color=2563eb&labelColor=111827&style=flat-square)](https://huggingface.co/Neura-parse)
16
+ [![rows](https://img.shields.io/static/v1?label=rows&message=1.89M&color=0f766e&labelColor=111827&style=flat-square)](https://huggingface.co/collections/Neura-parse/neura-parse-quantum-6a4bb226e5d170933aaf8fdd)
17
+ [![source](https://img.shields.io/static/v1?label=source&message=source_url%20verified&color=0f766e&labelColor=111827&style=flat-square)](https://huggingface.co/Neura-parse)
18
+ [![license](https://img.shields.io/static/v1?label=license&message=CC%20BY%204.0&color=7c3aed&labelColor=111827&style=flat-square)](https://creativecommons.org/licenses/by/4.0/)
19
 
20
  </div>
21
 
 
25
  source-backed research data: every published row carries `source_url`
26
  provenance and is labeled `source=neura-parse-research`.
27
 
28
+ <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:18px 0;">
29
+ <div style="border:1px solid #e5e7eb;border-radius:10px;padding:14px;">
30
+ <strong>Explore 17 datasets</strong><br/>
31
+ A broad quantum foundation plus deep verticals for algorithms, QML, hardware,
32
+ error correction, simulation, networking, sensing, security, and more.
33
+ </div>
34
+ <div style="border:1px solid #e5e7eb;border-radius:10px;padding:14px;">
35
+ <strong>Load with datasets</strong><br/>
36
+ Every repository exposes viewer-ready Parquet with explicit train/test splits
37
+ and a shared schema across six record formats.
38
+ </div>
39
+ <div style="border:1px solid #e5e7eb;border-radius:10px;padding:14px;">
40
+ <strong>Verify provenance</strong><br/>
41
+ Every row carries <code>source_url</code>, <code>source</code>, license,
42
+ taxonomy, provenance, and quality fields for direct inspection.
43
+ </div>
44
+ </div>
45
+
46
  ## Quick Start
47
 
48
  ```bash
 
59
  print(row["source_url"])
60
  ```
61
 
62
+ ## Start Here
63
+
64
+ | Path | Dataset |
65
+ | --- | --- |
66
+ | Broad foundation | [`quantum-computing`](https://huggingface.co/datasets/Neura-parse/quantum-computing) |
67
+ | Algorithms and derivations | [`advanced-quantum-algorithms`](https://huggingface.co/datasets/Neura-parse/advanced-quantum-algorithms) |
68
+ | Programming and compiled code | [`quantum-compilation-and-programming`](https://huggingface.co/datasets/Neura-parse/quantum-compilation-and-programming) |
69
+ | Fault tolerance and QEC | [`fault-tolerant-quantum-computing`](https://huggingface.co/datasets/Neura-parse/fault-tolerant-quantum-computing) |
70
+ | QML models and theory | [`quantum-machine-learning-models`](https://huggingface.co/datasets/Neura-parse/quantum-machine-learning-models) / [`quantum-machine-learning-theory`](https://huggingface.co/datasets/Neura-parse/quantum-machine-learning-theory) |
71
+ | Hardware, devices, and validation | [`quantum-hardware-device-physics`](https://huggingface.co/datasets/Neura-parse/quantum-hardware-device-physics) / [`quantum-error-mitigation-and-benchmarking`](https://huggingface.co/datasets/Neura-parse/quantum-error-mitigation-and-benchmarking) |
72
+
73
  ## 2026 Portfolio
74
 
75
  | Metric | Value |