Spaces:
Running
Running
Jude Khouja commited on
Commit ·
9edff67
1
Parent(s): 059e0dd
Adding blog post link
Browse files- data_loader.py +1 -1
data_loader.py
CHANGED
|
@@ -57,7 +57,7 @@ COMMON = """
|
|
| 57 |
# Define constants for the links
|
| 58 |
PAPER_LINK = "https://arxiv.org/abs/2503.02972"
|
| 59 |
CODE_LINK = "https://github.com/jkhouja/L2"
|
| 60 |
-
BLOG_LINK = "https://
|
| 61 |
DATASET_LINK = "https://huggingface.co/datasets/jkhouja/LingOly-TOO"
|
| 62 |
ADD_MODEL_LINK = (
|
| 63 |
"https://mail.google.com/mail/?view=cm&fs=1&to=jude.khouja@oii.ox.ac.uk"
|
|
|
|
| 57 |
# Define constants for the links
|
| 58 |
PAPER_LINK = "https://arxiv.org/abs/2503.02972"
|
| 59 |
CODE_LINK = "https://github.com/jkhouja/L2"
|
| 60 |
+
BLOG_LINK = "https://www.lesswrong.com/posts/pbt8GYpdip7NkuwGy/are-recent-llms-better-at-reasoning-or-better-at-memorizing"
|
| 61 |
DATASET_LINK = "https://huggingface.co/datasets/jkhouja/LingOly-TOO"
|
| 62 |
ADD_MODEL_LINK = (
|
| 63 |
"https://mail.google.com/mail/?view=cm&fs=1&to=jude.khouja@oii.ox.ac.uk"
|