Create README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- translation
|
| 4 |
+
- low-resource-language
|
| 5 |
+
- kabyle
|
| 6 |
+
- berber
|
| 7 |
+
- traffic-signs
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
- kab
|
| 11 |
+
license: cc-by-sa-4.0
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
pretty_name: Kabyle-English Road Traffic Code Dataset
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Kabyle-English Road Traffic Code Dataset
|
| 18 |
+
|
| 19 |
+
A bilingual parallel corpus of **102 road traffic signs and regulations** in **English** and **Kabyle (Taqbaylit)**, an Amazigh language spoken in Algeria.
|
| 20 |
+
|
| 21 |
+
## Categories
|
| 22 |
+
|
| 23 |
+
- **Dangers (Imihiten)**: Warning signs (39 entries)
|
| 24 |
+
- **Prohibitions (Tigedlin)**: Prohibitory signs (35 entries)
|
| 25 |
+
- **Obligations (Timariwin)**: Mandatory signs (16 entries)
|
| 26 |
+
- **End of Restrictions**: End of regulation signs (12 entries)
|
| 27 |
+
|
| 28 |
+
## Splits
|
| 29 |
+
|
| 30 |
+
| Split | Size |
|
| 31 |
+
|-------|------|
|
| 32 |
+
| Train | 62 |
|
| 33 |
+
| Validation | 17 |
|
| 34 |
+
| Test | 23 |
|
| 35 |
+
|
| 36 |
+
## Example
|
| 37 |
+
|
| 38 |
+
| English | Kabyle |
|
| 39 |
+
|---------|--------|
|
| 40 |
+
| Give way to vehicles approaching from your right | Eǧǧ abrid i tkeryas i d-iteddun ɣef uyeffus-inek |
|
| 41 |
+
| No entry | Anamud yegdel |
|
| 42 |
+
|
| 43 |
+
## Usage
|
| 44 |
+
|
| 45 |
+
```python
|
| 46 |
+
from datasets import load_dataset
|
| 47 |
+
dataset = load_dataset("boffire/Kabyle_Road_Traffic_Code")
|