File size: 1,299 Bytes
62c98e1 0cfe872 62c98e1 0cfe872 62c98e1 0cfe872 62c98e1 0cfe872 62c98e1 0cfe872 62c98e1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
library_name: keras
tags:
- sentence-similarity
---
## Model description
This repo contains the model and the notebook for fine-tuning BERT model on SNLI Corpus for Semantic Similarity. [Semantic Similarity with BERT](https://keras.io/examples/nlp/semantic_similarity_with_bert/).
Full credits go to [Mohamad Merchant](https://twitter.com/mohmadmerchant1)
Reproduced by [Vu Minh Chien](https://www.linkedin.com/in/vumichien/)
Motivation: Semantic Similarity determines how similar two sentences are, in terms of what they mean. The fine-tuned BERT model takes two sentences as inputs and outputs a similarity score for these two sentences.
## Training and evaluation data
This example demonstrates the use of SNLI (Stanford Natural Language Inference) Corpus to predict semantic sentence similarity with Transformers.
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
| Hyperparameters | Value |
| :-- | :-- |
| name | Adam |
| learning_rate | 9.999999747378752e-06 |
| decay | 0.0 |
| beta_1 | 0.8999999761581421 |
| beta_2 | 0.9990000128746033 |
| epsilon | 1e-07 |
| amsgrad | False |
| training_precision | float32 |
## Model Plot
<details>
<summary>View Model Plot</summary>

</details> |