Akseltinfat commited on
Commit
4c7cd38
1 Parent(s): d5a6a2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -1,3 +1,45 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - zgh
4
+ - en
5
+ license: cc-by-nd-4.0
6
+ tags:
7
+ - dialogue
8
+ - sports
9
+ - tamazight
10
+ - zgh
11
  ---
12
+
13
+ # Dialogues Dataset
14
+
15
+ ## Dataset Overview
16
+
17
+ The Dialogues dataset contains conversations across various fields, including cinema, sports, and technology, presented in a tab-separated format. It aims to capture natural language exchanges in both English and Tamazight (Zgh).
18
+
19
+ ## Structure
20
+
21
+ The dataset consists of two columns:
22
+ - **English**: The dialogue in English.
23
+ - **Tamazight**: The equivalent dialogue in the Tamazight language.
24
+
25
+ ### Example
26
+
27
+ | English | Tamazight (zgh) |
28
+ |---------|------------------|
29
+ | Have you watched the movie "Inception" by Christopher Nolan? | ⵉⵙ ⵜⵥⵕⵉⴷ ⴰⴼⵉⵍⵎ ⵏ "ⵜⵓⴷⴷⵎⴰ" ⵏ ⵓⵎⵙⵙⵓⴼⵖ ⴽⵔⵉⵙⵜⵓⴼⵔ ⵏⵓⵍⴰⵏ? |
30
+ | Yes, it’s one of my favorite movies. The plot is mind-blowing! | ⵢⴰⵀ, ⵉⴳⴰ ⵢⴰⵏ ⵙⴳ ⵉⴼⵉⵍⵎⵏ ⵉⵏⵓ ⵉⵎⵓⴼⴰⵢⵏ. ⵜⴰⵢⵔⵔⵉⵙⵜ ⵜⵥⵉⵍ ⵙ ⵡⴰⵟⵟⴰⵚ! |
31
+
32
+ ## Usage
33
+
34
+ This dataset is intended for training and evaluating dialogue models, particularly for projects focusing on the Tamazight language. It can be used in natural language processing tasks involving dialogue generation and understanding.
35
+
36
+ ## Citation
37
+
38
+ If you use this dataset in your research, please cite it as follows:
39
+
40
+ ```bibtex
41
+ @misc{dialogues_dataset,
42
+ author = {Aksel Tinfat},
43
+ title = {Dialogues Dataset for Various Fields in English-Tamazight},
44
+ year = {2024}
45
+ }