Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: PhyOptoFlow Reduced Optical Thin-Film Dataset
|
| 3 |
+
license: cc-by-4.0
|
| 4 |
+
task_categories:
|
| 5 |
+
- other
|
| 6 |
+
task_ids:
|
| 7 |
+
- regression
|
| 8 |
+
tags:
|
| 9 |
+
- photonics
|
| 10 |
+
- optics
|
| 11 |
+
- materials-science
|
| 12 |
+
- inverse-design
|
| 13 |
+
- thin-films
|
| 14 |
+
- multilayer
|
| 15 |
+
- spectrum
|
| 16 |
+
- parquet
|
| 17 |
+
size_categories:
|
| 18 |
+
- 10M<n<100M
|
| 19 |
+
configs:
|
| 20 |
+
- config_name: default
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: train/*.parquet
|
| 24 |
+
- split: validation
|
| 25 |
+
path: val/*.parquet
|
| 26 |
+
- split: test
|
| 27 |
+
path: test/*.parquet
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
This dataset is a reduced Hugging Face friendly parquet export of the PhyOptoFlow optical multilayer thin-film dataset. It contains 10,000,000 training samples, 500,000 validation samples, and 500,000 test samples. Each sample stores compact uint16 spectral targets together with padded structural labels and fabrication-related constraints for inverse design and spectrum-conditioned modeling tasks.
|