alexanderbaranof commited on
Commit
bef71ce
·
verified ·
1 Parent(s): 7ab032b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ - question-answering
5
+ - text-generation
6
+ language:
7
+ - ru
8
+ tags:
9
+ - humor
10
+ - humor interpretation
11
+ - automatic evaluation of interpretations
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+ # [KoWit-24]
16
+
17
+ ## Overview
18
+
19
+ Welcome to **KoWit-24** – a comprehensive dataset designed for ... TODO
20
+
21
+ ## Dataset Description
22
+
23
+ TODO
24
+
25
+
26
+ ## Metrics of experiments
27
+
28
+ TODO
29
+
30
+
31
+ ## Dataset Statistics
32
+
33
+ Here are some preliminary statistics about the dataset:
34
+ - **Total Entries:** TODO
35
+ - **Features/Columns:** TODO
36
+ - **Word Count Distribution:** TODO
37
+
38
+
39
+ ## How to Use
40
+
41
+ You can integrate **KoWit-24** into your projects by:
42
+
43
+ - **Downloading:**
44
+ Clone the repository or use the Hugging Face `datasets` library:
45
+ ```python
46
+ from datasets import load_dataset
47
+ data_files = {"test": "dataset.csv", "dev": "dev_dataset.csv"}
48
+ dataset = load_dataset("Humor-Research/KoWit-24", data_files=data_files)