Skip to content

Commit 49ea8f0

Browse files
committed
paperswithcode.com list
1 parent 3e6a4ec commit 49ea8f0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/papers.json

+6
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@
156156
"2105.14491": [
157157
"https://nn.labml.ai/graphs/gatv2/index.html"
158158
],
159+
"2106.09685": [
160+
"https://nn.labml.ai/lora/index.html"
161+
],
159162
"2107.05407": [
160163
"https://nn.labml.ai/adaptive_computation/ponder_net/index.html"
161164
],
@@ -182,5 +185,8 @@
182185
],
183186
"2204.06745": [
184187
"https://nn.labml.ai/neox/index.html"
188+
],
189+
"2305.14342": [
190+
"https://nn.labml.ai/optimizers/sophia.html"
185191
]
186192
}

utils/papers_list.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
from labml import logger
66
from labml.logger import Text
77

8-
HOME = Path('./labml_nn')
8+
HOME = Path('./labml_nn').absolute()
9+
print(HOME)
910

1011
REGEX = re.compile(r"""
1112
\(
12-
https://papers\.labml\.ai/paper/ # Start of a numeric entity reference
13+
https://arxiv\.org/abs/ # Start of a numeric entity reference
1314
(?P<id>[0-9\.]+) # Paper ID
1415
\)
1516
""", re.VERBOSE)

0 commit comments

Comments
 (0)