sst

Referências:

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

ds = tfds.load('huggingface:sst')
  • Descrição :
The Stanford Sentiment Treebank, the first corpus with fully labeled parse trees that allows for a
complete analysis of the compositional effects of sentiment in language.
  • Licença : Nenhuma licença conhecida
  • Versão : 1.0.0
  • Divisões :
Dividir Exemplos
'test' 2210
'train' 8544
'validation' 1101
  • Características :
{
    "sentence": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    },
    "tokens": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "tree": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

dicionário

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

ds = tfds.load('huggingface:sst/dictionary')
  • Descrição :
The Stanford Sentiment Treebank, the first corpus with fully labeled parse trees that allows for a
complete analysis of the compositional effects of sentiment in language.
  • Licença : Nenhuma licença conhecida
  • Versão : 1.0.0
  • Divisões :
Dividir Exemplos
'dictionary' 239232
  • Características :
{
    "phrase": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    }
}

ptb

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

ds = tfds.load('huggingface:sst/ptb')
  • Descrição :
The Stanford Sentiment Treebank, the first corpus with fully labeled parse trees that allows for a
complete analysis of the compositional effects of sentiment in language.
  • Licença : Nenhuma licença conhecida
  • Versão : 1.0.0
  • Divisões :
Dividir Exemplos
'test' 2210
'train' 8544
'validation' 1101
  • Características :
{
    "ptb_tree": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}