gavin

Results 6 comments of gavin

> I've created a new repository for training bi-encoder models, following [this tutorial](https://github.com/Giovani-Merlin/BEF/blob/main/docs/datasets.md) you can train the model in another language using a correct transformer model using the BLINK code...

> I'm trying to train a biencoder model to support Chinese. After I got the trained model for biencoder, how can I get the embeddings for all entities like the...

> #95 Thank you. I have tried this solution before, but it didn't work. Maybe I should change my package version accoring to requirements.txt.

> #95 Thank you very much for your help! I could successfully run train_biencoder. But when I ran eval_biencoder. I encountered this problem. I have changed code according to issue...

> @JLUGQQ: Here's what I have in `git diff`. Let me know if this helps. > > ```diff > diff --git a/blink/biencoder/nn_prediction.py b/blink/biencoder/nn_prediction.py > index eab90a8..18e50cd 100644 > --- a/blink/biencoder/nn_prediction.py...

> I just built a simple Flask server around a slightly modified version of this repository. You can take a look at [my fork](https://github.com/ruanchaves/Zero-Shot-Entity-Linking) ( specially the `src/client.py` and `src/api.py`...