CoolFace
Datasetpublic

foldl/torch-forum

Dataset Card for "torch-forum" Dataset structure { title:str category:str, posts:List[{ poster:str, contents:str, likes:int, isAccepted:bool }] }

sourceHugging Facecc-by-sa-4.0updated 4y agoView on Hugging Face
1likes32downloads
Dataset Card

Dataset Card for "torch-forum"

Dataset structure

{
    title:str
    category:str,
    posts:List[{
                poster:str,
                contents:str,
                likes:int,
                isAccepted:bool
               }]
}