ymfa

Results 2 comments of ymfa

Yes, you can try to disable the generator in various ways, such as the way you described (setting the pointer probability to 1) or setting the vocabulary size to a...

I've started working on a small PR that provides the flexibility of passing _encoder outputs_ into GenerationMixin.generate(). I chose `encoder_outputs` over `inputs_embeds` because they are more fundamental, thus the fix...