File size: 1,042 Bytes
9b09746
 
4847c5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a6cc79d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: valid
    path: data/valid-*
dataset_info:
  features:
  - name: id
    dtype: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-PERS
          '2': I-PERS
          '3': B-ORG
          '4': I-ORG
          '5': B-LOC
          '6': I-LOC
          '7': B-PROD
          '8': I-PROD
          '9': B-DATE
          '10': I-DATE
  - name: tokens
    sequence: string
  - name: doc_id
    dtype: string
  - name: region
    dtype: string
  splits:
  - name: train
    num_bytes: 4446694.039497307
    num_examples: 8020
  - name: test
    num_bytes: 556113.9802513465
    num_examples: 1003
  - name: valid
    num_bytes: 556113.9802513465
    num_examples: 1003
  download_size: 1458677
  dataset_size: 5558922
task_categories:
- token-classification
language:
- ro
tags:
- ner
- history
- romanian
size_categories:
- 10K<n<100K
---