vislupus commited on
Commit
7625b0a
1 Parent(s): 52058f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Bulgarian Jokes Dataset
5
+
6
+ ## Overview
7
+ 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.
8
+
9
+ ## Dataset Structure
10
+ 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.
11
+
12
+ ### Examples
13
+ ```json
14
+ {
15
+ "instruction": "хуморески за Уиски",
16
+ "input": "",
17
+ "output": "Времената на сухия режим в САЩ.\r\nЖител на Ню Йорк отишъл в Тексас и попитал един местен жител:\r\n- Как я карате в тия тежки времена?\r\nОня отговорил:\r\n- В законите на нашия щат има една пролука. Имаш право да пиеш алкохол, само ако те ухапе гърмяща змия. Затова, за всеки случай всеки от нас носи в десния си джоб - бутилка уиски.\r\nНюйоркчанинът изтъкнал:\r\n- Но до такъв инцидент - може никога да не се стигне!\r\nТексасецът кимнал:\r\n- Точно така! Затова, всеки от нас носи в левия си джоб - една гърмяща змия!"
18
+ },
19
+ {
20
+ "instruction": "вицове за Знаете ли защо",
21
+ "input": "",
22
+ "output": "Знаете ли защо Нико Тупарев е кръстил новата си фиврма 24/7? Защото накой му е казал, че 24/7 е повече от 7/8 на Слави Трифонов."
23
+ },
24
+ ```
25
+ ### Features
26
+ Language: Bulgarian
27
+ Categories: 599 categories covering a wide range of themes and topics
28
+ Format: Suitable for training in Alpaca-like supervised formats
29
+
30
+ ### Usage
31
+ This dataset can be used for various NLP tasks, including:
32
+ - Training and fine-tuning large language models (LLMs) to generate jokes in Bulgarian.
33
+ - Evaluating the performance of language models in humor generation and understanding.
34
+ - Creating NLP applications that require humorous content processing or generation.
35
+
36
+ ### Sources
37
+ 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.