CoolFace
8 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01zayzay58 /philosophy-plato-qa Dataset Structure-- jsonl { "question": "QUESTION", // string "context": "CONTEXT", // string "target": "ANSWER" // string } Based on the Stanford Encyclopedia of Philosophy. Datasets used: SEP Articles: hugfaceguy0001/stanford_plato Q&A Pairs: sayhan/strix-philosophy-qa Data Collection and Processing Compile data from both datasets -- python script you can find a raw version for RAG/long context length models here Dynamically find chunks of main_text… See the full description on the dataset page: https://huggingface.co/datasets/zayzay58/philosophy-plato-qa.textquestion-answering100K<n<1M0 likes55 downloads1y agoHugging Face02tylercross /platos_dialgouestext10K<n<100K1 likes40 downloads3y agoHugging Face03eli-underwood /plato-rings-6ktext1K<n<10K0 likes32 downloads15d agoHugging Face04tylercross /platos_socratestext1K<n<10K0 likes29 downloads3y agoHugging Face05zayzay58 /philosophy-plato-qa-rawraw version of my philosophy-plato-qa intended for use with RAG or long context lenght models data format (.jsonl): { "label": "str", "metadata": { "pubinfo": "str", "url": "https://plato.stanford.edu/entries/{label}/", "related_entries": ["../{label}/", "../{label}/"] }, "preamble": "str", "main_text": "str", "qa_pairs": [ {"question": "q1", "answer": "a1"}, {"question": "qN", "answer": "aN"} ] } text1K<n<10K0 likes17 downloads1y agoHugging Face06tylercross /platos_socrates_no_contexttext1K<n<10K2 likes11 downloads3y agoHugging Face07cedricsarigumba /plato-data-settextn<1K0 likes10 downloads3y agoHugging Face08eli-underwood /plato-multiobjtext1K<n<10K0 likes7 downloads1mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.