Johannes Schneider

Results 5 comments of Johannes Schneider

I did not resolve it. I used another library, ie. the authors original Java implementation. Overall GaussianLDA did not work that well for my purpose, ie. comparing with my own...

The "stick command" aka rc command never worked for me with this library. I ended up switching to djitellopy, where it worked out of the box, though funnily also only...

Hi Saria, TKM outputs the same as LDA,ie topic-doc distr and topic-word distr. With a bit of coding the PyLDAvis might be usable with TKM. I am not sure how...

Thanks for letting me know. You might just renormalize. It will take a bit until I can investigate the issue.

Fix: Go to Mistral folder (Mistral-7B-instruct-v0.1), and change contents of "params.json" to {"dim": 4096, "n_layers": 32, "head_dim": 128, "hidden_dim": 14336, "n_heads": 32, "n_kv_heads": 8, "norm_eps": 1e-05, "vocab_size": 32000, "sliding_window":3} This...