psc

Referensi:

Gunakan perintah berikut untuk memuat dataset ini di TFDS:

ds = tfds.load('huggingface:psc')
  • Deskripsi :
The Polish Summaries Corpus contains news articles and their summaries. We used summaries of the same article as positive pairs and sampled the most similar summaries of different articles as negatives.
  • Lisensi : CC BY-SA 3.0
  • Versi : 1.1.0
  • Perpecahan :
Membelah Contoh
'test' 1078
'train' 4302
  • Fitur :
{
    "extract_text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "summary_text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 2,
        "names": [
            "0",
            "1"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}