-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
-
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,
}
]
}Metadata
Metadata
Assignees
Labels
No labels