JiachengLi1995

Results 2 comments of JiachengLi1995

1. I guess the entity embedding table is only used for the LUKE pre-training stage. In the hugging face, we don't use that table, instead, this model use entity positions...

That's my experiment codes for the paper so that's a local file for pre-trained model. Please change line 56 and 57 to: `tokenizer = UCTopicTokenizer.from_pretrained("JiachengLi/uctopic-base")` `model = UCTopic.from_pretrained("JiachengLi/uctopic-base")` Then, the...