Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
Bulgarian
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,56 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- bg
|
7 |
+
tags:
|
8 |
+
- jokes
|
9 |
+
- bulgarian
|
10 |
+
- nlp
|
11 |
+
- fine-tuning
|
12 |
+
- language
|
13 |
+
pretty_name: Bulgarian Jokes
|
14 |
+
size_categories:
|
15 |
+
- 10K<n<100K
|
16 |
+
---
|
17 |
+
# Bulgarian Jokes Dataset
|
18 |
+
|
19 |
+
## Overview
|
20 |
+
The Bulgarian Jokes Dataset is a collection of Bulgarian-language jokes gathered and prepared for use in training and fine-tuning natural language processing (NLP) models. This dataset is designed to help researchers and developers build models capable of understanding and generating humorous content in Bulgarian.
|
21 |
+
|
22 |
+
## Dataset Structure
|
23 |
+
The dataset is structured in a format suitable for NLP training and fine-tuning tasks, such as the Alpaca format. Each data entry contains fields that provide instructions, input, and expected output to facilitate supervised training of language models. The dataset also features prompts that vary in language, including combinations of Bulgarian, English, Macedonian, and Serbian, providing a rich multilingual training resource.
|
24 |
+
|
25 |
+
### Examples
|
26 |
+
```json
|
27 |
+
{
|
28 |
+
"instruction": "fun stuff za Австралия",
|
29 |
+
"input": "",
|
30 |
+
"output": "- Иванчо, погледни глобуса!\r\n- Гледам, госпожо!\r\n- Добреее... А сега ми кажи в кое полукълбо се намира Австралия!\r\n- В северното, госпожо!\r\n- Е, как в северното, бе, човек. Погледни хубаво. Ти, въобще знаеш ли къде е север?\r\n- Да, госпожо! Знам това много добре!\r\n- Тогава ти давам последен шанс да коригираш своя отговор! И така, в кое полукълбо се намира Австралия?\r\n- В северното, госпожо!\r\n- А, бе, ти тъп ли си или какво? Ще ти пиша двойка да знаеш!\r\n- Ами, пишете ми, госпожо! Аз - какво съм виновен, че държите глобуса наопаки!"
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"instruction": "урнебесне шале за Пиянски",
|
34 |
+
"input": "",
|
35 |
+
"output": "- Скъпи, сега вече сме женени и можеш да пиеш по-малко бира!\n- Започваш да звучиш като бившата ми жена!\n- Ооо, не знаех, че си бил женен!\n- Не съм бил!!!"
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"instruction": "смешни случки за работа",
|
39 |
+
"input": "",
|
40 |
+
"output": "Шефът: „Тази година няма да ви повишим заплатата, защото кризата удря всички.“\nСлужителят: „Тогава нека кризата ми върши и работата!“"
|
41 |
+
}
|
42 |
+
```
|
43 |
+
### Features
|
44 |
+
- **Language**: Bulgarian
|
45 |
+
- **Categories**: 599 categories covering a wide range of themes and topics
|
46 |
+
- **Format**: Suitable for training in Alpaca-like supervised formats
|
47 |
+
- **Multilingual Prompts**: Includes prompts in Bulgarian, English, Macedonian, and Serbian to introduce variety and support cross-linguistic model capabilities.
|
48 |
+
|
49 |
+
### Usage
|
50 |
+
This dataset can be used for various NLP tasks, including:
|
51 |
+
- Training and fine-tuning large language models (LLMs) to generate jokes in Bulgarian.
|
52 |
+
- Evaluating the performance of language models in humor generation and understanding.
|
53 |
+
- Creating NLP applications that require humorous content processing or generation.
|
54 |
+
|
55 |
+
### Sources
|
56 |
+
The jokes in this dataset are collected from various sources such as humor websites, user-submitted content, and other public domain materials. Each entry was curated to ensure quality and diversity.
|