Skip to content

Other Datasets page required endpoints: #2

Description

@ManuTrt

@stefanruseti

  • GET tasks with the following response data preferred format:
{
     "tasks": ["Text Classification", "Summarization", "Sentiment Analysis"]
}
  • GET languages with the following response data preferred format:
{
     "languages": [
                {
                    "id": 1,
                    "label": "EN"
                },
                {
                    "id": 2,
                    "label": "FR"
                },
                {
                    "id": 3,
                    "label": "RO"
                }
            ]
}
  • GET datasets with 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions