Zdeněk Kasner
Zdeněk Kasner
There are currenly two ways of using the model: locally or via API, both through pipelines. It could still be a good idea to allow the user to connect their...
It seems that he knowledge and the task description can be just described in plain words – all you need is ChatGPT.
Initial work done in #27
Visualization is ready, files are loaded locally. Upload from the web interface is a nice-to-have but optional feature.
@tuetschek How did you install the package? With both the commands mentioned in README: ``` pip install -e .[dev] ``` which installs the local project, and: ``` pip install -U...
Separating these two would also enable reasoning along structured outputs, right? Or does that need to be implemented separately? For clarification: with deepseek-r1, structured outputs are currently working but I...
Thanks for asking! The main reason is that the examples in WikiSplit are not entire paragraphs - each example is just an example of two sentences merged into one. This...
Yes, it sounds like a problem with your version of Pytorch Lightning. Which version are you using? And have you tried the recommended version 1.5.10 (see `requirements.txt`)? From what I...