multihead-siamese-nets icon indicating copy to clipboard operation
multihead-siamese-nets copied to clipboard

Implementation of Siamese Neural Networks built upon multihead attention mechanism for text semantic similarity task.

Results 14 multihead-siamese-nets issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

hi there, thanks a lot for the great work here! Is it possible to train a model using a new dataset (not one out of the three suggested in the...

hi, I have downloaded your pretrained models and tried to predict two simple sentences with them like below: 1.The call is unavailable. 2.The call is available. With multihead, the result...

Hello, I have followed the instructions below: https://github.com/tlatkowski/multihead-siamese-nets. But when I predict, there are only 2 results like this: [array ([[1.]], dtype = float32)] [array ([[0.]], dtype = float32)] Was...

Hey, I try the CNN model for my own data and I don't know what is going on there. I really hope you can get me some advices. I use...

Train model with usage of pretrained word2vec or glove word embeddings

enhancement
help wanted