FNET EXPERIMENTATION
FNET EXPERIMENTATION
• Limitations:
• - High memory usage due to quadratic
complexity of self-attention.
FNet Model Overview
• What is FNet?
• - Introduced by Lee-Thorp et al. in 2021.
• - Replaces self-attention with Fourier
Transform (FT).
• Key Advantages:
• - Faster training (80% on GPU, 70% on TPU).
• - Reduced memory requirements.
Methodology
• Preprocessing Steps:
• - Tokenization using TweetTokenizer.
FNet Model Architecture
• Refer to Figure 1 in the report for the
architecture diagram of FNet variants.