This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Description
Hi, I use the code and Hyper-parameters you released on github to train bert-base-uncased on the Zero-shot EL dataset, but I can't get the result you showed on paper, I want to know how should I adjust the Hyper-parameters?
The following are Hyper-parameters I used to train:
learning_rate 1e-05
num_train_epochs 5
max_context_length 128
max_cand_length 128
train_batch_size 128
eval_batch_size 64
bert_model bert-base-uncased
type_optimization all_encoder_layers