shahrukhx01
commited on
Commit
•
fbbba6a
1
Parent(s):
ad7408e
Update README.md
Browse files
README.md
CHANGED
@@ -93,11 +93,11 @@ print(cos_sim(fuzzy_embeddings[0], fuzzy_embeddings[1]))
|
|
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
|
100 |
-
publisher = {Coming soon}
|
101 |
-
doi = {Coming soon}
|
102 |
-
url = {Coming soon}
|
103 |
}
|
|
|
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, <br>
|
97 |
+
author = {Shahrukh Khan},<br>
|
98 |
+
title = {FuzzTransformer: A character level embedding based Siamese trasnformer for fuzzy string matching.},<br>
|
99 |
+
year = 2021,<br>
|
100 |
+
publisher = {Coming soon},<br>
|
101 |
+
doi = {Coming soon},<br>
|
102 |
+
url = {Coming soon}<br>
|
103 |
}
|