Datasets:
Fix JSON config file inference
#4
by ToluClassics - opened
Summary
I fixed the audited configurations so Hugging Face loads every versioned dictionary successfully through the repository’s CSV builder.
Changes
- I converted seven compressed JSON configurations to compact CSV without losing the canonical object.
- I preserved each complete object losslessly in the
entry_jsoncolumn alongside viewer-friendly lookup fields. - I updated only the affected dataset-card paths and data files.
Checks
- All seven converted files load locally through
datasets - All expected row counts match
- Every row retains its full audited object in
entry_json
Verified all eight versioned configurations load with exact row counts.
ToluClassics changed pull request status to merged