Generate the table from another file #30

Open
opened 2024-02-09 20:55:45 -05:00 by Ryu1845 · 3 comments
Ryu1845 commented 2024-02-09 20:55:45 -05:00 (Migrated from github.com)

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.

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.
Pendrokar commented 2024-02-10 12:53:13 -05:00 (Migrated from github.com)

Meanwhile use this as a workaround:
https://www.tablesgenerator.com/markdown_tables#

Meanwhile use this as a workaround: https://www.tablesgenerator.com/markdown_tables#
Vaibhavs10 commented 2024-02-15 10:45:27 -05:00 (Migrated from github.com)

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?

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?
Pendrokar commented 2024-10-14 09:29:57 -04:00 (Migrated from github.com)

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?
@Vaibhavs10

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.

> 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? @Vaibhavs10 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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Vaibhavs10/open-tts-tracker#30
No description provided.