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
@stefanruseti
GET tasks
{ "tasks": ["Text Classification", "Summarization", "Sentiment Analysis"] }
GET languages
{ "languages": [ { "id": 1, "label": "EN" }, { "id": 2, "label": "FR" }, { "id": 3, "label": "RO" } ] }
GET datasets
{ "datasets": [ { "name": "Dataset 2", "task": "Text Classification", "language": "EN", "numberOfTasks": 2, "numberOfEntries": 1000, }, { "name": "IMDB Dataset", "task": "Summarization", "language": "EN", "numberOfTasks": 2, "numberOfEntries": 1000, } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@stefanruseti
GET tasks
with the following response data preferred format:GET languages
with the following response data preferred format:GET datasets
with the following response data preferred format:The text was updated successfully, but these errors were encountered: