@stefanruseti
{
"tasks": ["Text Classification", "Summarization", "Sentiment Analysis"]
}
{
"languages": [
{
"id": 1,
"label": "EN"
},
{
"id": 2,
"label": "FR"
},
{
"id": 3,
"label": "RO"
}
]
}
{
"datasets": [
{
"name": "Dataset 2",
"task": "Text Classification",
"language": "EN",
"numberOfTasks": 2,
"numberOfEntries": 1000,
},
{
"name": "IMDB Dataset",
"task": "Summarization",
"language": "EN",
"numberOfTasks": 2,
"numberOfEntries": 1000,
}
]
}
@stefanruseti
GET taskswith the following response data preferred format:{ "tasks": ["Text Classification", "Summarization", "Sentiment Analysis"] }GET languageswith the following response data preferred format:{ "languages": [ { "id": 1, "label": "EN" }, { "id": 2, "label": "FR" }, { "id": 3, "label": "RO" } ] }GET datasetswith the following response data preferred format:{ "datasets": [ { "name": "Dataset 2", "task": "Text Classification", "language": "EN", "numberOfTasks": 2, "numberOfEntries": 1000, }, { "name": "IMDB Dataset", "task": "Summarization", "language": "EN", "numberOfTasks": 2, "numberOfEntries": 1000, } ] }