File size: 491 Bytes
98e2ea5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# @package _global_

# This configuration trains a joint model for Ontonotes, Litbank, and Preco.
# Note that OntoNotes and Preco are downsampled in this configuration.

# Model name in CRAC 2021: longdoc^S Joint


defaults:
  - override /datasets: joint_lf
  - override /trainer: train.yaml
  - override /model: model.yaml

trainer:
  log_frequency: 500
  max_evals: 25
  eval_per_k_steps: null
  patience: 10

model:
  doc_encoder:
    add_speaker_tokens: True
  memory:
    type: hybrid