Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Slovenian
DOI:
Libraries:
Datasets
pandas
License:
klokedm commited on
Commit
959ba0f
·
verified ·
1 Parent(s): 3e63797

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Cultural Heritage Q&A Dataset
2
+
3
+ This dataset contains 10,000 prepared questions and answers for fine-tuning language models on question-answering (Q&A) tasks.
4
+ The dataset was manually created by [INZ](https://www.inz.si/) and includes additional context and source information for each entry.
5
+
6
+ ## Dataset Overview
7
+
8
+ Each example in the dataset includes:
9
+ - **Question**: The question text.
10
+ - **Answer**: The answer text.
11
+ - **Context**: Additional context that can provide further details relevant to the question and answer.
12
+ - **Source**: The URL to the original source of the content.
13
+
14
+ The dataset is intended for research and development purposes in the field of natural language processing (NLP), especially for training and evaluating Q&A models.
15
+
16
+ ## License
17
+ This dataset is distributed under the CC-BY-SA-4.0 license. Please ensure proper attribution if you use or share the dataset.
18
+
19
+ ## Authors
20
+ In alphabetical order:
21
+ - Ana Cvek
22
+ - Tamara Logar
23
+ - Andrej Pančur
24
+ - Jure Skubic
25
+ - Mojca Šorn
26
+
27
+ ## Funding
28
+
29
+ The development of the Micka Tokenizer was partially funded by the [PoVeJMo project](https://povejmo.si/), which aims to develop large language models for the Slovenian language.
30
+ The project PoVeJMo is cofinanced by:
31
+ ![ARIS](https://www.cjvt.si/povejmo/wp-content/uploads/sites/28/2023/11/ARISLogoSlo_small.jpg)
32
+ ![NOO](https://www.cjvt.si/povejmo/wp-content/uploads/sites/28/2023/11/NOO_2023_logotip-transparent_povejmo.png)
33
+ ![NextGenerationEU](https://www.cjvt.si/povejmo/wp-content/uploads/sites/28/2023/11/Financira_Evropska_unija_2023_logotip-transparent_povejmo.png)
34
+
35
+ ## Citation
36
+ If you use this dataset, please cite it as follows:
37
+
38
+ @misc{INZ_QA_Dataset,
39
+ title={INZ Cultural Heritage Q\&A Dataset},
40
+ author={Ana Cvek and Tamara Logar and Andrej Pančur and Jure Skubic and Mojca Šorn},
41
+ year={2024},
42
+ publisher={INZ},
43
+ license={CC-BY-SA-4.0},
44
+ url={https://huggingface.co/your-username/INZ_QA_Dataset}
45
+ }