CoolFace
Datasetpublic

BEE-spoke-data/yahoo_answers_topics-long-text

BEE-spoke-data/yahoo_answers_topics-long-text 1024 or more tokens in 'text' DatasetDict({ train: Dataset({ features: ['id', 'topic', 'question_title', 'question_content', 'best_answer', 'token_count', 'text'], num_rows: 3352 }) test: Dataset({ features: ['id', 'topic', 'question_title', 'question_content', 'best_answer', 'token_count', 'text'], num_rows: 133 }) }

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
2likes20downloads
Dataset Card

BEE-spoke-data/yahooanswerstopics-long-text

1024 or more tokens in 'text'

py
DatasetDict({
    train: Dataset({
        features: ['id', 'topic', 'question_title', 'question_content', 'best_answer', 'token_count', 'text'],
        num_rows: 3352
    })
    test: Dataset({
        features: ['id', 'topic', 'question_title', 'question_content', 'best_answer', 'token_count', 'text'],
        num_rows: 133
    })
}