Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π€ BERT + ELMo Sentence Similarity Analyzer
|
| 2 |
|
| 3 |
This Gradio app allows you to compute semantic similarity between sentences using **BERT** and **ELMo** embeddings. Users can add sentences, select a BERT variant, and see pairwise similarity matrices.
|
|
@@ -36,4 +39,4 @@ This Gradio app allows you to compute semantic similarity between sentences usin
|
|
| 36 |
Install dependencies from `requirements.txt`:
|
| 37 |
|
| 38 |
```bash
|
| 39 |
-
pip install -r requirements.txt
|
|
|
|
| 1 |
+
---
|
| 2 |
+
emoji: π
|
| 3 |
+
---
|
| 4 |
# π€ BERT + ELMo Sentence Similarity Analyzer
|
| 5 |
|
| 6 |
This Gradio app allows you to compute semantic similarity between sentences using **BERT** and **ELMo** embeddings. Users can add sentences, select a BERT variant, and see pairwise similarity matrices.
|
|
|
|
| 39 |
Install dependencies from `requirements.txt`:
|
| 40 |
|
| 41 |
```bash
|
| 42 |
+
pip install -r requirements.txt
|