مراجع:
برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:
ds = tfds.load('huggingface:onestop_english')
- توضیحات :
This dataset is a compilation of the OneStopEnglish corpus of texts written at three reading levels into one file.
Text documents are classified into three reading levels - ele, int, adv (Elementary, Intermediate and Advance).
This dataset demonstrates its usefulness for through two applica-tions - automatic readability assessment and automatic text simplification.
The corpus consists of 189 texts, each in three versions/reading levels (567 in total).
- مجوز : Creative Commons Attribution-ShareAlike 4.0 International License
- نسخه : 1.1.0
- تقسیمات :
تقسیم کنید | نمونه ها |
---|---|
'train' | 567 |
- ویژگی ها :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 3,
"names": [
"ele",
"int",
"adv"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}