Ulipenitz
Ulipenitz
### Is your feature request related to a problem? Please describe. Related to this issue: #653 ### Describe the solution you'd like As I am uploading a dataset (which does...
### Describe the bug When I pass `with_id `to `NeptuneCallback `(which I have to, because `Trainer `in `setfit `library calls on_train_begin twice & would initialize a new run), then I...
### Is your feature request related to a problem? Please describe. When I use a Huggingface Trainer with a NeptuneCallback, it seems that the Trainer closes the run automatically &...
Hi @piegu! Thanks for processing the DocLayNet dataset into smaller portions. It really helps for fast experimentations! It was especially useful to have the byte stream of the pdfs in...
Hi @tomaarsen! Is there a ONNX exporter planned? Have you tried using SpanMarker with ONNX models for inference? Would be really curious if you experimented with that already! :-)
Really great library @tomaarsen, thank you for this great contribution!! It would be really convenient to have the possibility to give a list of class-candidates to the predict method during...
Hello! Is there a plan to implement monitoring of the head training phase as well? Currently it seems that logging (Wandb, neptune etc.) stops after the body training, but it...
I trained a SetFitModel with a custom Pytorch head which is more complex than the inbuild and gives far superior results and I followed the instructions for building it from...