NielsRogge

Results 388 comments of NielsRogge

I have implemented a new `DonutSwinModel`, that copies everything of `SwinModel`, except the final layer norm. I've added it in a file called `modeling_donut_swin.py` (and implemented a corresponding `DonutSwinConfig` in...

@ankrgyl could you rename the PR to better describe what it does (as it doesn't seem to extend the existing VQA pipeline)? I'll do a second round of review soon.

Hmm @kelvinAI for some reason I'm seeing "files changed = 0", did something go wrong here?

Hi, thanks for spotting, feel free to fix it in #18020

Here's a PR that added gradient checkpointing to T5: https://github.com/huggingface/transformers/pull/11353/files

Hi, DocFormer would indeed be a great addition to the library. Note that pretrained weights are required for a model to be added. Looking forward to this!

cc'ing @alaradirik, yes we're planning to add this model. If you're interested in it, feel free to get started with a draft PR. Note that we already have [MaskFormer](https://github.com/huggingface/transformers/tree/main/src/transformers/models/maskformer) implemented,...

Hi, I've pinged someone to add you.

Updated the list to leverage Github tasks instead. You can now see that 33 of the 93 models are supported. However, there are some new models to be added to...