ptb_text_only

Les références:

penn_treebank

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

ds = tfds.load('huggingface:ptb_text_only/penn_treebank')
  • Description :
This is the Penn Treebank Project: Release 2 CDROM, featuring a million words of 1989 Wall Street Journal material. This corpus has been annotated for part-of-speech (POS) information. In addition, over half of it has been annotated for skeletal syntactic structure.
  • Licence : Contrat d'utilisation LDC pour les non-membres
  • Version : 1.1.0
  • Divisions :
Diviser Exemples
'test' 3761
'train' 42068
'validation' 3370
  • Caractéristiques :
{
    "sentence": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}