tlatkowski/multihead-siamese-nets
Implementation of Siamese Neural Networks built upon multihead attention mechanism for text semantic similarity task.
This project helps you determine if two pieces of text, like questions or sentences, have the same meaning or intent. You provide pairs of text, and the system outputs a judgment on their semantic similarity. This is useful for anyone working with large volumes of text who needs to automatically group similar statements or identify duplicate content.
183 stars. No commits in the last 6 months.
Use this if you need to compare two distinct pieces of text and determine how semantically similar they are, for tasks like finding duplicate customer inquiries or identifying paraphrased content.
Not ideal if your primary goal is to classify single pieces of text into categories or to generate new text based on a prompt.
Stars
183
Forks
43
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 24, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tlatkowski/multihead-siamese-nets"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
philipperemy/keras-attention
Keras Attention Layer (Luong and Bahdanau scores).
tatp22/linformer-pytorch
My take on a practical implementation of Linformer for Pytorch.
datalogue/keras-attention
Visualizing RNNs using the attention mechanism
ematvey/hierarchical-attention-networks
Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is...
thushv89/attention_keras
Keras Layer implementation of Attention for Sequential models