flairNLP / fabricator

[EMNLP 2023 Demo] fabricator - annotating and generating datasets with large language models.
Apache License 2.0
98 stars 12 forks source link

Use progressbar for text generation #28

Closed HallerPatrick closed 1 year ago

HallerPatrick commented 1 year ago

Introduce a progress to report current progress and time per generation to the user. input_examples are now normal lists, instead of iterators. But doesn't make a difference in terms of program logic and performance.