File size: 1,102 Bytes
5fe1d62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
60
---
dataset_info:
  features:
  - name: news_id
    dtype: int64
  - name: title
    dtype: string
  - name: source_url
    dtype: string
  - name: kmdb_url
    dtype: string
  - name: newspaper
    dtype: string
  - name: pub_time
    dtype: string
  - name: persons_in_DB
    sequence: string
  - name: institutions
    sequence: string
  - name: places
    sequence: string
  - name: persons_others
    sequence: string
  - name: institutions_others
    sequence: string
  - name: places_others
    sequence: string
  - name: others
    dtype: string
  - name: szerző
    dtype: string
  - name: szöveg
    dtype: string
  - name: classifications
    list:
    - name: end
      dtype: int64
    - name: entity_group
      dtype: string
    - name: score
      dtype: float64
    - name: start
      dtype: int64
    - name: word
      dtype: string
  - name: description
    dtype: string
  splits:
  - name: train
    num_bytes: 890680
    num_examples: 105
  download_size: 528787
  dataset_size: 890680
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---