sains

Referensi:

Gunakan perintah berikut untuk memuat dataset ini di TFDS:

ds = tfds.load('huggingface:sciq')
  • Deskripsi :
The SciQ dataset contains 13,679 crowdsourced science exam questions about Physics, Chemistry and Biology, among others. The questions are in multiple-choice format with 4 answer options each. For the majority of the questions, an additional paragraph with supporting evidence for the correct answer is provided.
  • Lisensi : Tidak ada lisensi yang diketahui
  • Versi : 0.1.0
  • Perpecahan :
Membelah Contoh
'test' 1000
'train' 11679
'validation' 1000
  • Fitur :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "distractor3": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "distractor1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "distractor2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "correct_answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "support": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}