shahrukhx01
commited on
Commit
·
cb664c9
1
Parent(s):
defa6e1
Update README.md
Browse files
README.md
CHANGED
@@ -90,4 +90,13 @@ print(cos_sim(fuzzy_embeddings[0], fuzzy_embeddings[1]))
|
|
90 |
```
|
91 |
|
92 |
## ACKNOWLEDGEMENT
|
93 |
-
A big thank you to [Sentence Transformers](https://github.com/UKPLab/sentence-transformers) as their implementation really expedited the implementation of Fuzzformer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
```
|
91 |
|
92 |
## ACKNOWLEDGEMENT
|
93 |
+
A big thank you to [Sentence Transformers](https://github.com/UKPLab/sentence-transformers) as their implementation really expedited the implementation of Fuzzformer.
|
94 |
+
|
95 |
+
@misc{grootendorst2020polyfuzz,
|
96 |
+
author = {Shahrukh Khan},
|
97 |
+
title = {FuzzTransformer: A character level embedding based Siamese trasnformer for fuzzy string matching.},
|
98 |
+
year = 2021,
|
99 |
+
publisher = {Coming soon},
|
100 |
+
doi = {Coming soon},
|
101 |
+
url = {Coming soon}
|
102 |
+
}
|