Generate the table from another file #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, currently every modification has to be done directly in markdown which is pretty unwieldy. So I propose to move to data to a separate file like a csv, yaml, or json. This would have the added benefit making the data easily machine-readable.
If you accept this proposal, I would probably implement this myself if all goes well. The generation part should be trivial with a github action.
Meanwhile use this as a workaround:
https://www.tablesgenerator.com/markdown_tables#
Agree, maybe we can use a Hugging Face datasets? Does that work? https://huggingface.co/datasets
We can have a dataset and then use that as the ground truth?
Here is a start with just the capabilities table and the TTS info within README.md:
https://huggingface.co/datasets/Pendrokar/open_tts_tracker
But I used a CSV/TSV so that Dataset Viewer would auto-convert it.
It becomes less unwieldy to modify when using a Rainbow CSV extension for your IDE.