ufal / factgenie

Lightweight self-hosted span annotation tool
https://quest.ms.mff.cuni.cz/nlg/d2t-llm/
MIT License
23 stars 2 forks source link

Support adding Huggingface datasets through the web interface #113

Open kasnerz opened 1 month ago

kasnerz commented 1 month ago

For HF datasets, we can implement an easy way to add a dataset through the web interface.

We first fetch the list of columns in the dataset. The user then specifies which columns should be considered as inputs and which column contains model outputs.

We then use default rendering for JSON / CSV to display the datasets.