Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,41 @@ configs:
|
|
| 35 |
data_files:
|
| 36 |
- split: 2-20
|
| 37 |
path:
|
| 38 |
-
- "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
# Dataset Card for wa-hls4ml Benchmark Dataset
|
|
|
|
| 35 |
data_files:
|
| 36 |
- split: 2-20
|
| 37 |
path:
|
| 38 |
+
- "train/*2layer*.json"
|
| 39 |
+
- "test/*2layer*.json"
|
| 40 |
+
- "val/*2layer*.json"
|
| 41 |
+
- split: 2layer
|
| 42 |
+
path:
|
| 43 |
+
- "train/*2layer*.json"
|
| 44 |
+
- "test/*2layer*.json"
|
| 45 |
+
- "val/*2layer*.json"
|
| 46 |
+
- split: 3layer
|
| 47 |
+
path:
|
| 48 |
+
- "train/*3layer*.json"
|
| 49 |
+
- "test/*3layer*.json"
|
| 50 |
+
- "val/*3layer*.json"
|
| 51 |
+
- split: conv1d
|
| 52 |
+
path:
|
| 53 |
+
- "train/*conv1d*.json"
|
| 54 |
+
- "test/*conv1d*.json"
|
| 55 |
+
- "val/*conv1d*.json"
|
| 56 |
+
- split: conv2d
|
| 57 |
+
path:
|
| 58 |
+
- "train/*conv2d*.json"
|
| 59 |
+
- "test/*conv2d*.json"
|
| 60 |
+
- "val/*conv2d*.json"
|
| 61 |
+
- split: latency
|
| 62 |
+
path:
|
| 63 |
+
- "train/*latency*.json"
|
| 64 |
+
- "test/*latency*.json"
|
| 65 |
+
- "val/*latency*.json"
|
| 66 |
+
- split: resource
|
| 67 |
+
path:
|
| 68 |
+
- "train/*resource*.json"
|
| 69 |
+
- "test/*resource*.json"
|
| 70 |
+
- "val/*resource*.json"
|
| 71 |
+
- split: exemplar
|
| 72 |
+
path: "exemplar/*.json"
|
| 73 |
---
|
| 74 |
|
| 75 |
# Dataset Card for wa-hls4ml Benchmark Dataset
|