ptb_text_only

อ้างอิง:

penn_treebank

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:

ds = tfds.load('huggingface:ptb_text_only/penn_treebank')
  • คำอธิบาย :
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.
  • ใบอนุญาต : ข้อตกลงผู้ใช้ LDC สำหรับผู้ที่ไม่ใช่สมาชิก
  • เวอร์ชั่น : 1.1.0
  • แยก :
แยก ตัวอย่าง
'test' 3761
'train' 42068
'validation' 3370
  • คุณสมบัติ :
{
    "sentence": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}