ibrani_dunia_ini

Referensi:

Gunakan perintah berikut untuk memuat dataset ini di TFDS:

ds = tfds.load('huggingface:hebrew_this_world')
  • Deskripsi :
HebrewThisWorld is a data set consists of 2028 issues of the newspaper 'This World' edited by Uri Avnery and were published between 1950 and 1989. Released under the AGPLv3 license.
  • Lisensi : Tidak ada lisensi yang diketahui
  • Versi : 0.1.0
  • Perpecahan :
Membelah Contoh
'train' 2028
  • Fitur :
{
    "issue_num": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "page_count": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "date": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "date_he": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "year": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "href": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "pdf": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "coverpage": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "backpage": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "content": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}