Tornike
Tornike
Thanks for the great tool! It would be nice to be able to save the visualizations for specific layers/heads as images. I have not been able to find a spot...
Hi there, I'm currently having trouble centering equations, which get aligned to the left: ``` \begin{equation} a = b \end{equation} \begin{align} a = b \end{align} ``` I was not able...
Many people have specific information needs, which may not be answered in FAQs (e.g. "How many people are infected with Corona in Berlin?"). A possible first step would be to...
Hi there, thanks for the cool project! :sunglasses: **Describe the bug** I'm running into a tricky [torchvision version?] effdet/jit error when loading LayoutParserPredictor (running the [vila_for_scidoc_parsing](https://github.com/allenai/mmda/tree/54867431e33274f6b169afa6ad07a23d1795bc71/examples/vila_for_scidoc_parsing) example from [mmda](https://github.com/allenai/mmda)). **Checklist**...
Hey there, it seems that the PWWS implementation here does not include the named entity (NE) substitution from the original paper [1]. It would be nice to add this, or...
### Problem A user interacting with a slider might be interested in the distribution of the values in order to more appropriately filter relevant data. As far as I am...
# PR Description This PR fixes the tokenization mismatch of long sequences. ## Motivation and Context References issue: #95 ## Tests and Coverage ## Types of changes - [x] Bug...
When using the caching feature of outlines with multiple running processes, the cache database may get accessed simultaneously, resulting in disk I/O or database disk image errors: ``` sqlite3.OperationalError: disk...