hamingsi commited on
Commit
f042b34
·
verified ·
1 Parent(s): bf76c1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ This checkpoint uses:
17
 
18
  - temporal Spiking BERT with `T=4`
19
  - LIF nodes for projection, Q, K, V, attention output, and MLP blocks
20
- - `FP16OptimizedExp2Softmax` through `self.learnmax(attention_scores)` for attention normalization
21
 
22
  ## Files
23
 
 
17
 
18
  - temporal Spiking BERT with `T=4`
19
  - LIF nodes for projection, Q, K, V, attention output, and MLP blocks
20
+ - `self.learnmax(attention_scores)` for attention normalization
21
 
22
  ## Files
23