shahrukhx01
commited on
Commit
·
ad7408e
1
Parent(s):
cb664c9
Update README.md
Browse files
README.md
CHANGED
@@ -91,8 +91,9 @@ print(cos_sim(fuzzy_embeddings[0], fuzzy_embeddings[1]))
|
|
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 |
-
|
|
|
96 |
author = {Shahrukh Khan},
|
97 |
title = {FuzzTransformer: A character level embedding based Siamese trasnformer for fuzzy string matching.},
|
98 |
year = 2021,
|
|
|
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 |
+
## Citation
|
95 |
+
To cite FuzzTransformer in your work, please use the following bibtex reference:
|
96 |
+
@misc{shahrukhkhan2021fuzzTransformer,
|
97 |
author = {Shahrukh Khan},
|
98 |
title = {FuzzTransformer: A character level embedding based Siamese trasnformer for fuzzy string matching.},
|
99 |
year = 2021,
|