सन्दर्भ:
एलोसीन
इस डेटासेट को TFDS में लोड करने के लिए निम्न कमांड का उपयोग करें:
ds = tfds.load('huggingface:allocine/allocine')
- विवरण :
Allocine Dataset: A Large-Scale French Movie Reviews Dataset.
This is a dataset for binary sentiment classification, made of user reviews scraped from Allocine.fr.
It contains 100k positive and 100k negative reviews divided into 3 balanced splits: train (160k reviews), val (20k) and test (20k).
- लाइसेंस : कोई ज्ञात लाइसेंस नहीं
- संस्करण : 1.0.0
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'test' | 20000 |
'train' | 160000 |
'validation' | 20000 |
- विशेषताएं :
{
"review": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"neg",
"pos"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}