metadata
viewer: false
task_categories:
- text-classification
- question-answering
- text-generation
language:
- ru
tags:
- humor
- humor interpretation
- automatic evaluation of interpretations
size_categories:
- 1K<n<10K
[KoWit-24]
Overview
Welcome to KoWit-24 – a comprehensive dataset designed for ... TODO
Dataset Description
TODO
Metrics of experiments
TODO
Dataset Statistics
Here are some preliminary statistics about the dataset:
- Total Entries: TODO
- Features/Columns: TODO
- Word Count Distribution: TODO
How to Use
You can integrate KoWit-24 into your projects by:
- Downloading:
Clone the repository or use the Hugging Facedatasetslibrary:from datasets import load_dataset data_files = {"test": "dataset.csv", "dev": "dev_dataset.csv"} dataset = load_dataset("Humor-Research/KoWit-24", data_files=data_files)