তথ্যসূত্র:
সংকীর্ণ
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:style_change_detection/narrow')
- বর্ণনা :
The goal of the style change detection task is to identify text positions within a given multi-author document at which the author switches. Detecting these positions is a crucial part of the authorship identification process, and for multi-author document analysis in general.
Access to the dataset needs to be requested from zenodo.
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 1.0.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'train' | 3418 |
'validation' | 1713 |
- বৈশিষ্ট্য :
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"authors": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"structure": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"site": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"multi-author": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"changes": {
"feature": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
প্রশস্ত
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:style_change_detection/wide')
- বর্ণনা :
The goal of the style change detection task is to identify text positions within a given multi-author document at which the author switches. Detecting these positions is a crucial part of the authorship identification process, and for multi-author document analysis in general.
Access to the dataset needs to be requested from zenodo.
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 1.0.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'train' | 8030 |
'validation' | 4019 |
- বৈশিষ্ট্য :
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"authors": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"structure": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"site": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"multi-author": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"changes": {
"feature": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}