humicroedit

তথ্যসূত্র:

সাবটাস্ক-1

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:humicroedit/subtask-1')
  • বর্ণনা :
This new dataset is designed to assess the funniness of edited news headlines.
  • লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
  • সংস্করণ : 0.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'funlines' 8248
'test' 3024
'train' 9652
'validation' 2419
  • বৈশিষ্ট্য :
{
    "id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "original": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "edit": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "grades": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "meanGrade": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    }
}

সাবটাস্ক-২

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:humicroedit/subtask-2')
  • বর্ণনা :
This new dataset is designed to assess the funniness of edited news headlines.
  • লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
  • সংস্করণ : 0.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'funlines' 1958
'test' 2960
'train' 9381
'validation' 2355
  • বৈশিষ্ট্য :
{
    "id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "original1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "edit1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "grades1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "meanGrade1": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    },
    "original2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "edit2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "grades2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "meanGrade2": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "equal",
            "sentence1",
            "sentence2"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}