Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Size:
< 1K
License:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: tokens
|
5 |
+
sequence: string
|
6 |
+
- name: url
|
7 |
+
dtype: string
|
8 |
+
- name: ner_tags
|
9 |
+
sequence: string
|
10 |
+
splits:
|
11 |
+
- name: test_de
|
12 |
+
num_bytes: 164433
|
13 |
+
num_examples: 200
|
14 |
+
- name: test_fr
|
15 |
+
num_bytes: 186036
|
16 |
+
num_examples: 200
|
17 |
+
- name: test_it
|
18 |
+
num_bytes: 197513
|
19 |
+
num_examples: 200
|
20 |
+
- name: test_rm
|
21 |
+
num_bytes: 206644
|
22 |
+
num_examples: 200
|
23 |
+
download_size: 220352
|
24 |
+
dataset_size: 754626
|
25 |
+
---
|
26 |
+
# Dataset Card for "swissner"
|
27 |
+
|
28 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|