We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we manually overwrite the translations in the Argilla UI?
The text was updated successfully, but these errors were encountered:
Yes, if we use the new "FeedbackDataset". Will implement after Jan delivery.
dataset = rg.FeedbackDataset( fields=[ rg.TextField(name="text_eng", title="Text (ENG)", required=True, use_markdown=True), rg.TextField(name="text_ukr", title="Text (UKR)", required=True, use_markdown=True), ], questions=[ rg.MultiLabelQuestion( name="message_labels", title="Is the topic of the message any of the following?", labels=list(set(labels)), required=True, visible_labels=100 ), rg.TextQuestion( name="message_translation", title="Add the translation of the message here", use_markdown=True, required=False ) ], guidelines=None )
Sorry, something went wrong.
No branches or pull requests
Can we manually overwrite the translations in the Argilla UI?
The text was updated successfully, but these errors were encountered: