layer_norm_expressivity_role icon indicating copy to clipboard operation
layer_norm_expressivity_role copied to clipboard

Code for the paper "On the Expressivity Role of LayerNorm in Transformers' Attention" (Findings of ACL'2023)

Results 1 layer_norm_expressivity_role issues
Sort by recently updated
recently updated
newest added

when calling run_job.bash ``` majority/majority_exp.py", line 294, in run_experiment _, queries, _, keys, Q, K, _ = model(classes) ValueError: not enough values to unpack (expected 7, got 3) ``` it...