lime icon indicating copy to clipboard operation
lime copied to clipboard

importance score for all tokens

Open JINHXu opened this issue 1 year ago • 0 comments

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', -3.3651211223739965e-32),
 ('F', -2.845495158564324e-32),
 ('for', 2.0222607142773066e-32),
 ('Cardiovascular', 1.9782387892272497e-32),
 ('demented', -1.3880448038400444e-32),
 ('Comments', -8.346405785001218e-33),
 ('him', -2.9846079569853838e-33)]

is it possible to get for all input tokens?

Cheers, Xu

JINHXu avatar Feb 07 '24 11:02 JINHXu