rollerhafeezh-amikom
commited on
Commit
•
a017118
1
Parent(s):
1bf3f06
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
- split: validation
|
10 |
+
path: data/validation-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: id
|
14 |
+
dtype: string
|
15 |
+
- name: tokens
|
16 |
+
sequence: string
|
17 |
+
- name: ner_tags
|
18 |
+
sequence:
|
19 |
+
class_label:
|
20 |
+
names:
|
21 |
+
'0': O
|
22 |
+
'1': B-LOC
|
23 |
+
'2': I-LOC
|
24 |
+
'3': B-DAT
|
25 |
+
'4': I-DAT
|
26 |
+
'5': B-TIM
|
27 |
+
'6': I-TIM
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 3741925
|
31 |
+
num_examples: 6611
|
32 |
+
- name: test
|
33 |
+
num_bytes: 767479
|
34 |
+
num_examples: 1228
|
35 |
+
- name: validation
|
36 |
+
num_bytes: 730960
|
37 |
+
num_examples: 1251
|
38 |
+
download_size: 1077807
|
39 |
+
dataset_size: 5240364
|
40 |
+
---
|
41 |
+
# Dataset Card for "es_nergrit_corpus"
|
42 |
+
|
43 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|