שיר_סנטימנט

הפניות:

השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:

ds = tfds.load('huggingface:poem_sentiment')
  • תיאור :
Poem Sentiment is a sentiment dataset of poem verses from Project Gutenberg. This dataset can be used for tasks such as sentiment classification or style transfer for poems.
  • רישיון : אין רישיון ידוע
  • גרסה : 1.0.0
  • פיצולים :
לְפַצֵל דוגמאות
'test' 104
'train' 892
'validation' 105
  • תכונות :
{
    "id": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "verse_text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "negative",
            "positive",
            "no_impact"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}