Skip to content

Commit

Permalink
papers list
Browse files Browse the repository at this point in the history
  • Loading branch information
vpj committed Aug 11, 2022
1 parent 980a84e commit d54902f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/papers.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
"1908.03265": [
"https://nn.labml.ai/optimizers/radam.html"
],
"1910.02054": [
"https://nn.labml.ai/scaling/zero3/index.html"
],
"1911.00172": [
"https://nn.labml.ai/transformers/knn/index.html"
],
Expand Down Expand Up @@ -170,5 +173,8 @@
],
"2203.00555": [
"https://nn.labml.ai/normalization/deep_norm/index.html"
],
"2204.06745": [
"https://nn.labml.ai/neox/index.html"
]
}
1 change: 1 addition & 0 deletions utils/papers_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
""", re.VERBOSE)

IGNORE = {
'neox/model.html',
'transformers/index.html',
'transformers/configs.html',
'optimizers/noam.html',
Expand Down

0 comments on commit d54902f

Please sign in to comment.