fastnlp / TENER

Codes for "TENER: Adapting Transformer Encoder for Named Entity Recognition"
370 stars 55 forks source link

reproducing the results on the paper #32

Closed seyeeet closed 3 years ago

seyeeet commented 3 years ago

Thanks for sharing the code, can you please share arguments that has been used for training, specifically in the paper propose a modified version of positional encoding but I see that it is set to use None in the file. Thanks for your help.

yhcc commented 3 years ago

pos_embed=None means the model does not use the absolute position embedding (The model is set to use the relative position embedding.). Hyper-parameters are provided in the training file for each dataset.