Skip to content

Reproducing EMNLP 2020 experiments

jgroschwitz edited this page Oct 1, 2020 · 2 revisions

Hyperparameters and configuration

Creating the training data

In creating the AMR3.0 training data, the following hyperparameters were used in preprocess-no-baseline.sh (in am-parser code, in folder scripts)

trainMinuteLimit=300                                         
devMinuteLimit=20 
threads=40
memLimit=600G

Clone this wiki locally