LelViLamp commited on
Commit
8688251
1 Parent(s): b50fc83

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +39 -4
README.md CHANGED
@@ -1,15 +1,50 @@
1
  ---
2
- task_categories:
3
- - token-classification
4
  language:
5
  - de
6
  - la
7
  - fr
8
  - en
 
 
 
 
9
  tags:
10
  - historical
11
- pretty_name: >-
12
- Annotations and models for named entity recognition on Oberdeutsche Allgemeine Litteraturzeitung of the first quarter of 1788
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
  # OALZ/1788/Q1/NER
15
 
 
1
  ---
 
 
2
  language:
3
  - de
4
  - la
5
  - fr
6
  - en
7
+ task_categories:
8
+ - token-classification
9
+ pretty_name: Annotations and models for named entity recognition on Oberdeutsche Allgemeine
10
+ Litteraturzeitung of the first quarter of 1788
11
  tags:
12
  - historical
13
+ configs:
14
+ - config_name: default
15
+ data_files:
16
+ - split: train
17
+ path: data/train-*
18
+ dataset_info:
19
+ features:
20
+ - name: annotation_id
21
+ dtype: string
22
+ - name: line_id
23
+ dtype: uint16
24
+ - name: start
25
+ dtype: uint16
26
+ - name: end
27
+ dtype: uint16
28
+ - name: label
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ '0': EVENT
33
+ '1': LOC
34
+ '2': MISC
35
+ '3': ORG
36
+ '4': PER
37
+ '5': TIME
38
+ - name: label_text
39
+ dtype: string
40
+ - name: merged
41
+ dtype: bool
42
+ splits:
43
+ - name: train
44
+ num_bytes: 702091
45
+ num_examples: 15938
46
+ download_size: 474444
47
+ dataset_size: 702091
48
  ---
49
  # OALZ/1788/Q1/NER
50