We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980a84e commit d54902fCopy full SHA for d54902f
docs/papers.json
@@ -99,6 +99,9 @@
99
"1908.03265": [
100
"https://nn.labml.ai/optimizers/radam.html"
101
],
102
+ "1910.02054": [
103
+ "https://nn.labml.ai/scaling/zero3/index.html"
104
+ ],
105
"1911.00172": [
106
"https://nn.labml.ai/transformers/knn/index.html"
107
@@ -170,5 +173,8 @@
170
173
171
174
"2203.00555": [
172
175
"https://nn.labml.ai/normalization/deep_norm/index.html"
176
177
+ "2204.06745": [
178
+ "https://nn.labml.ai/neox/index.html"
179
]
180
}
utils/papers_list.py
@@ -15,6 +15,7 @@
15
""", re.VERBOSE)
16
17
IGNORE = {
18
+ 'neox/model.html',
19
'transformers/index.html',
20
'transformers/configs.html',
21
'optimizers/noam.html',
0 commit comments