esperança_edi

Referências:

inglês

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:hope_edi/english')
  • Descrição :
A Hope Speech dataset for Equality, Diversity and Inclusion (HopeEDI) containing user-generated comments from the social media platform YouTube with 28,451, 20,198 and 10,705 comments in English, Tamil and Malayalam, respectively, manually labelled as containing hope speech or not.
  • Licença : Licença Creative Commons Atribuição 4.0 Internacional
  • Versão : 1.0.0
  • Divisões :
Dividir Exemplos
'train' 22762
'validation' 2843
  • Características :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "Hope_speech",
            "Non_hope_speech",
            "not-English"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}

tâmil

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:hope_edi/tamil')
  • Descrição :
A Hope Speech dataset for Equality, Diversity and Inclusion (HopeEDI) containing user-generated comments from the social media platform YouTube with 28,451, 20,198 and 10,705 comments in English, Tamil and Malayalam, respectively, manually labelled as containing hope speech or not.
  • Licença : Licença Creative Commons Atribuição 4.0 Internacional
  • Versão : 1.0.0
  • Divisões :
Dividir Exemplos
'train' 16160
'validation' 2018
  • Características :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "Hope_speech",
            "Non_hope_speech",
            "not-Tamil"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}

malayalam

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:hope_edi/malayalam')
  • Descrição :
A Hope Speech dataset for Equality, Diversity and Inclusion (HopeEDI) containing user-generated comments from the social media platform YouTube with 28,451, 20,198 and 10,705 comments in English, Tamil and Malayalam, respectively, manually labelled as containing hope speech or not.
  • Licença : Licença Creative Commons Atribuição 4.0 Internacional
  • Versão : 1.0.0
  • Divisões :
Dividir Exemplos
'train' 8564
'validation' 1070
  • Características :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "Hope_speech",
            "Non_hope_speech",
            "not-malayalam"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}