In a relative position bias system with a predefined maximum distance threshold, any relative distance between tokens that is larger than this threshold is assigned to its own new, unique bias bucket.
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Comprehension in Revised Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A transformer model is configured with a relative position bias mechanism that uses 32 distinct bias parameters, or 'buckets'. The mechanism is designed to assign any relative distance between two tokens that is 128 or greater to the final, 32nd bucket. Given the following pairs of token positions, which pair's interaction will be modified by the bias parameter from this final bucket?
Rationale for the Final Bias Bucket
In a relative position bias system with a predefined maximum distance threshold, any relative distance between tokens that is larger than this threshold is assigned to its own new, unique bias bucket.