Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
Romanian
Size:
10K - 100K
ArXiv:
License:
avramandrei
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,49 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: test
|
9 |
+
path: data/test-*
|
10 |
+
- split: valid
|
11 |
+
path: data/valid-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: id
|
15 |
+
dtype: string
|
16 |
+
- name: ner_tags
|
17 |
+
sequence:
|
18 |
+
class_label:
|
19 |
+
names:
|
20 |
+
'0': O
|
21 |
+
'1': B-PERS
|
22 |
+
'2': I-PERS
|
23 |
+
'3': B-ORG
|
24 |
+
'4': I-ORG
|
25 |
+
'5': B-LOC
|
26 |
+
'6': I-LOC
|
27 |
+
'7': B-PROD
|
28 |
+
'8': I-PROD
|
29 |
+
'9': B-DATE
|
30 |
+
'10': I-DATE
|
31 |
+
- name: tokens
|
32 |
+
sequence: string
|
33 |
+
- name: doc_id
|
34 |
+
dtype: string
|
35 |
+
- name: region
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 4446694.039497307
|
40 |
+
num_examples: 8020
|
41 |
+
- name: test
|
42 |
+
num_bytes: 556113.9802513465
|
43 |
+
num_examples: 1003
|
44 |
+
- name: valid
|
45 |
+
num_bytes: 556113.9802513465
|
46 |
+
num_examples: 1003
|
47 |
+
download_size: 1458677
|
48 |
+
dataset_size: 5558922.0
|
49 |
---
|