Akseltinfat commited on
Commit
f5451f1
1 Parent(s): 44b46b2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: zgh
3
+ license: cc-by-4.0
4
+ tags:
5
+ - translation
6
+ - datasets
7
+ - tamazight
8
+ - tifinagh
9
+ - zgh
10
+ ---
11
+
12
+ # Numbers Dataset
13
+
14
+ ## Dataset Overview
15
+
16
+ The Numbers dataset contains translations of numbers from English to Tamazight (Zgh) in the format of tab-separated values. The dataset includes numbers ranging from 0 to 10,001.
17
+
18
+ ## Structure
19
+
20
+ The dataset consists of two columns:
21
+ - **English**: The number in English.
22
+ - **Tamazight**: The equivalent number in the Tamazight language.
23
+
24
+ ### Example
25
+
26
+ | English | Tamazight (zgh) |
27
+ |---------|------------------|
28
+ | Zero | ⴰⵎⵢⴰ |
29
+ | One | ⵢⴰⵏ |
30
+ | Two | ⵙⵉⵏ |
31
+
32
+ ## Usage
33
+
34
+ This dataset is intended for training and evaluating translation models, particularly for projects focusing on the Tamazight language. It can be used in natural language processing tasks involving numerical translations.
35
+
36
+ ## Citation
37
+
38
+ If you use this dataset in your research, please cite it as follows:
39
+
40
+ ```bibtex
41
+ @misc{numbers_dataset,
42
+ author = {Aksel Tinfat},
43
+ title = {Numbers Dataset for English-Tamazight Translation},
44
+ year = {2024}
45
+ }