Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Maltese
Size:
1K - 10K
License:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: domain
|
5 |
+
dtype: string
|
6 |
+
- name: file_name
|
7 |
+
dtype: string
|
8 |
+
- name: sentence_number
|
9 |
+
dtype: int64
|
10 |
+
- name: lines
|
11 |
+
sequence: string
|
12 |
+
- name: tokens
|
13 |
+
sequence: string
|
14 |
+
- name: level1_tags
|
15 |
+
sequence: string
|
16 |
+
- name: level2_tags
|
17 |
+
sequence: string
|
18 |
+
- name: space_after
|
19 |
+
sequence: bool
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 4217486
|
23 |
+
num_examples: 3901
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 1219896
|
26 |
+
num_examples: 1093
|
27 |
+
- name: test
|
28 |
+
num_bytes: 2070537
|
29 |
+
num_examples: 2109
|
30 |
+
download_size: 1578713
|
31 |
+
dataset_size: 7507919
|
32 |
+
---
|
33 |
+
# Dataset Card for "mapa_maltese"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|