covid_tweets_japonais

Références:

Utilisez la commande suivante pour charger cet ensemble de données dans TFDS :

ds = tfds.load('huggingface:covid_tweets_japanese')
  • Descriptif :
53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. The annotation is by majority decision by 5 - 10 crowd workers. Target tweets include "COVID" or "コロナ". The period of the tweets is from around January 2020 to around June 2020. The original tweets are not contained. Please use Twitter API to get them, for example.
  • Licence : CC-BY-ND 4.0
  • Version : 1.1.1
  • Fractionnements :
Diviser Exemples
'train' 53639
  • Caractéristiques :
{
    "tweet_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "assessment_option_id": {
        "num_classes": 6,
        "names": [
            "63",
            "64",
            "65",
            "66",
            "67",
            "68"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}