Skip to content

Commit 5c13fcb

Browse files
committed
papers list
1 parent 465d01e commit 5c13fcb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/papers.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@
102102
"1911.05507": [
103103
"https://nn.labml.ai/transformers/compressive/index.html"
104104
],
105+
"1911.08068": [
106+
"https://nn.labml.ai/activations/fta/index.html"
107+
],
105108
"1912.04958": [
106109
"https://nn.labml.ai/gan/stylegan/index.html"
107110
],
@@ -147,6 +150,9 @@
147150
"2107.05407": [
148151
"https://nn.labml.ai/adaptive_computation/ponder_net/index.html"
149152
],
153+
"2108.12409": [
154+
"https://nn.labml.ai/transformers/alibi/index.html"
155+
],
150156
"2109.08668": [
151157
"https://nn.labml.ai/transformers/primer_ez/index.html"
152158
],
@@ -156,6 +162,9 @@
156162
"2112.04426": [
157163
"https://nn.labml.ai/transformers/retro/index.html"
158164
],
165+
"2201.09792": [
166+
"https://nn.labml.ai/conv_mixer/index.html"
167+
],
159168
"2203.00555": [
160169
"https://nn.labml.ai/normalization/deep_norm/index.html"
161170
]

utils/papers_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'transformers/basic/autoregressive_experiment.html',
2222
'transformers/xl/relative_mha.html',
2323
'capsule_networks/mnist.html',
24+
'transformers/rope/value_pe/index.html',
2425
}
2526

2627
IGNORE_PAPERS = {

0 commit comments

Comments
 (0)