flairNLP / fabricator

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

Refactorings for submission #50

Closed whoisjones closed 1 year ago

whoisjones commented 1 year ago

Refactored all base classes that interfaces should become more clear to users. We now have unified BasePrompt class that works for all tasks to give user most flexibility. Further the generate got more functionality such that the procedure to generate any dataset will be always identical except for the configuration you pass into our classes. Check out the tutorials which incrementally guide the user how to accomplish what kind of generation task.

whoisjones commented 1 year ago

closes gh-3, gh-35, gh-42, gh-45.