xujinghua
xujinghua
Hello, the following error occurred when I attempt to obtain sentence embeddings for a list of sentences with `combine_strategy=None`: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[12], line...
Hi, is it possible to get the importance score for all tokens? apparently `exp.as_list()` returns score of limited number of words, e.g. ``` [('dyspnea', -7.306849349215826e-32), ('CVAs', 5.520306761778833e-32), ('Response', 3.6862688360175885e-32), ('note',...
Hey there, everything works fine except that I got no bars in `show_in_notebook`:  ``` Python 3.9.7 Name: lime Version: 0.2.0.1 ``` Thanks for your...