Fix JSON config file inference

#4
The African Research Collective org
edited 3 days ago

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_json column 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
The African Research Collective org

Verified all eight versioned configurations load with exact row counts.

ToluClassics changed pull request status to merged

Sign up or log in to comment