Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Spanish
Size:
1K - 10K
License:
Commit
·
4ce7211
1
Parent(s):
d7f2296
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: tokens
|
7 |
+
sequence: string
|
8 |
+
- name: ner_tags
|
9 |
+
sequence: int64
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 12731536
|
13 |
+
num_examples: 850
|
14 |
+
- name: validation
|
15 |
+
num_bytes: 2045835
|
16 |
+
num_examples: 150
|
17 |
+
- name: test
|
18 |
+
num_bytes: 6790917
|
19 |
+
num_examples: 500
|
20 |
+
download_size: 5684805
|
21 |
+
dataset_size: 21568288
|
22 |
+
---
|
23 |
+
# Dataset Card for "livingner1"
|
24 |
+
|
25 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|