flairNLP / fabricator

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

Improve generation stability #36

Closed whoisjones closed 12 months ago

whoisjones commented 12 months ago

convert label ids now possible with label-2-expanded label mapping (Dict[str, str]) and labelID-2-expanded label mapping (Dict[int, str]) + store junk labels in extra file during creation.