Update README.md
Browse files
README.md
CHANGED
|
@@ -61,4 +61,32 @@ print(similarities)
|
|
| 61 |
#tensor([[1.0000, 0.7272, 0.2864],
|
| 62 |
# [0.7272, 1.0000, 0.2265],
|
| 63 |
# [0.2864, 0.2265, 1.0000]])
|
| 64 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
#tensor([[1.0000, 0.7272, 0.2864],
|
| 62 |
# [0.7272, 1.0000, 0.2265],
|
| 63 |
# [0.2864, 0.2265, 1.0000]])
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
<table align="center">
|
| 70 |
+
<tr>
|
| 71 |
+
<td align="center">
|
| 72 |
+
<a href="https://www.linkedin.com/company/tabularis-ai/">
|
| 73 |
+
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/linkedin.svg" alt="LinkedIn" width="30" height="30">
|
| 74 |
+
</a>
|
| 75 |
+
</td>
|
| 76 |
+
<td align="center">
|
| 77 |
+
<a href="https://x.com/tabularis_ai">
|
| 78 |
+
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/x.svg" alt="X" width="30" height="30">
|
| 79 |
+
</a>
|
| 80 |
+
</td>
|
| 81 |
+
<td align="center">
|
| 82 |
+
<a href="https://github.com/tabularis-ai">
|
| 83 |
+
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/github.svg" alt="GitHub" width="30" height="30">
|
| 84 |
+
</a>
|
| 85 |
+
</td>
|
| 86 |
+
<td align="center">
|
| 87 |
+
<a href="https://tabularis.ai">
|
| 88 |
+
<img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/internetarchive.svg" alt="Website" width="30" height="30">
|
| 89 |
+
</a>
|
| 90 |
+
</td>
|
| 91 |
+
</tr>
|
| 92 |
+
</table>
|