Datasets:
fix: update legacy GitHub L-electron-Rare links
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ For permissive samples (Apache-2.0, MIT, CC0-1.0, CERN-OHL-P-2.0): see [`electro
|
|
| 53 |
- Deduplication via SHA-256 of file contents
|
| 54 |
- Truncation at 8 KB to fit training context (marked in metadata when applicable)
|
| 55 |
- Validation via `kicad-cli sch erc --format json --severity-all` (99.6% pass rate on tested subset)
|
| 56 |
-
- All processing scripts available at https://github.com/
|
| 57 |
|
| 58 |
### Data characteristics
|
| 59 |
- **Size**: 209 samples, ~2.1 MB JSONL (raw `.kicad_sch` totals ~38 MB before chat-format wrapping)
|
|
@@ -107,9 +107,9 @@ Each line is a chat-format JSON object:
|
|
| 107 |
```
|
| 108 |
|
| 109 |
## Pipeline reproducibility
|
| 110 |
-
See https://github.com/
|
| 111 |
- `kicad9plus_pipeline.sh`, `build_kicad9plus_dataset.py`
|
| 112 |
-
- Original audit: https://github.com/
|
| 113 |
|
| 114 |
## Citation
|
| 115 |
|
|
|
|
| 53 |
- Deduplication via SHA-256 of file contents
|
| 54 |
- Truncation at 8 KB to fit training context (marked in metadata when applicable)
|
| 55 |
- Validation via `kicad-cli sch erc --format json --severity-all` (99.6% pass rate on tested subset)
|
| 56 |
+
- All processing scripts available at https://github.com/ailiance/ailiance-bench/tree/main/scripts
|
| 57 |
|
| 58 |
### Data characteristics
|
| 59 |
- **Size**: 209 samples, ~2.1 MB JSONL (raw `.kicad_sch` totals ~38 MB before chat-format wrapping)
|
|
|
|
| 107 |
```
|
| 108 |
|
| 109 |
## Pipeline reproducibility
|
| 110 |
+
See https://github.com/ailiance/ailiance-bench/tree/main/scripts:
|
| 111 |
- `kicad9plus_pipeline.sh`, `build_kicad9plus_dataset.py`
|
| 112 |
+
- Original audit: https://github.com/ailiance/ailiance-bench/blob/main/docs/audit_kicad9plus.md
|
| 113 |
|
| 114 |
## Citation
|
| 115 |
|