PSC

Referanslar:

Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:

ds = tfds.load('huggingface:psc')
  • Açıklama :
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.
  • Lisans : CC BY-SA 3.0
  • Sürüm : 1.1.0
  • Bölmeler :
Bölmek Örnekler
'test' 1078
'train' 4302
  • Özellikler :
{
    "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"
    }
}