-
Instead of
~~~
plt.subplot_mosaic(
"""
AB
CC
""")
~~~
should we also allow a short string version
~~~
plt.subplot_mosaic("AB|CC")
~~~
?
Implementing is probably as si…
-
This issue lays out the reasoning for why I think strings should be lists of Unicode Scalar Values (as currently written in the explainer). This is a fairly nuanced question with the reasoning curren…
-
I decided to try a quick and dirty heuristic for multiword phrases with fixed case (as discussed in #123).
A heuristic that looks for title n-grams that are consistently capitalized in the paper's …
-
0
I have this code for semantic search engine built using the pre-trained bert model. I want to convert this model into tflite for deploying it to google mlkit. I want to know how to convert it. …
-
https://www.aclweb.org/anthology/D18-2029
Thank you very much!
-
As per score below , second case is more semantic similar than other one. But in actual it is just the opposite.
```
>>> model.predict([("he is an indian", "he has indian citizenship")])
array([3.2…
ghost updated
4 years ago
-
# 🐛 Bug
## Information
I am extracting the internal representations of some of the Marian models.
There seems to be a memory leak problem. In this issue, you will find code for running the model…
-
Hi all,
Can you please give feedback on the metabolites page --http://datanator.info/metabconcs/Adenosine%20triphosphate/Escherichia%20coli
-
I find in the code, the textual semantic similarity tasks like sts, CosineSimilarityLoss first calculates the cosine distance between two vectors , and then uses mean squared error to calculate the …
-
Many feature descriptions use wording in the *Application implementation* portion as though a feature table were a function. E.g.,
> the application passes this value to the feature table and gets …