Seq2Seq Encoder Decoder model Tensorflow

Can anyone help me to find Encoder Decoder implementation in Tensorflow. All HF models seems to be in PyTorch?

We do have important most-used seq2seq models like T5 and Bart in Tensorflow

https://huggingface.co/transformers/model_doc/t5.html#tft5forconditionalgeneration

https://huggingface.co/transformers/model_doc/bart.html#tfbartforconditionalgeneration

https://huggingface.co/transformers/model_doc/led.html#tfledmodel

Thank you. But I was looking for Encoder Dcoder ( Roberta2Roberta ) whch @patrickvonplaten has used for summarisation. The nitebok is in PyTorch, do we have the same / similar in tensorfow.

hi @jominmathew
EncoderDecoder is currently not implemented in TF, it’s planned but I’m afraid I don’t know the ETA

1 Like

@jominmathew - The support for Tensorflow is minimal in hugginface as of now. I think some good updates will be coming soon.