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