Transformers with Flax - T5, BERT, RoBERTa, MT3 and more #727
Replies: 9 comments 1 reply
-
Thanks for noticing and sharing @8bitmp3! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
More recent work from Google Magenta: MT3: Multi-Task Multitrack Music Transcriptionby @jpgard, @iansimon, @ethman, @cghawthorne, @jesseengel arXiv: https://arxiv.org/abs/2111.03017
Sequence-to-Sequence Piano Transcription with Transformersby @cghawthorne, @iansimon, @rigeljs, @ethman, @jesseengel arXiv: https://arxiv.org/abs/2107.09142
|
Beta Was this translation helpful? Give feedback.
-
https://github.com/google/flaxformer
|
Beta Was this translation helpful? Give feedback.
-
Nested Hierarchical Transformer
Blog post: https://ai.googleblog.com/2022/02/nested-hierarchical-transformer-towards.html |
Beta Was this translation helpful? Give feedback.
-
Multiview Transformers for Video Recognition (2022)
GitHub: https://github.com/google-research/scenic/tree/main/scenic/projects/mtv |
Beta Was this translation helpful? Give feedback.
-
FitVid: Overfitting in Pixel-Level Video Prediction
Site: https://sites.google.com/corp/view/fitvidpaper |
Beta Was this translation helpful? Give feedback.
-
Visual Prompt Tuning for Generative Transfer Learning
arXiv: https://arxiv.org/pdf/2210.00990.pdf |
Beta Was this translation helpful? Give feedback.
-
Scaling Vision with Sparse Mixture of Experts
arXiv: https://arxiv.org/pdf/2106.05974.pdf |
Beta Was this translation helpful? Give feedback.
-
Just wanted to highlight some work made by others, in case someone has missed it:
T5 (Text-To-Text Transfer Transformer)
As demoed by the JAX team (@skye @jekbradbury) at NeurIPS 2020 this week, T5 (Text-To-Text Transfer Transformer) JAX code is available: https://github.com/google-research/google-research/tree/master/flax_models/t5x - built with Flax.
HuggingFace Transformers
And, in case someone has missed the November 2020 announcement by @avital:
https://twitter.com/avitaloliver/status/1326986383983063058
https://twitter.com/MorganFunto/status/1326988188469039104
Beta Was this translation helpful? Give feedback.
All reactions