We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38dcd6 commit 2a754a7Copy full SHA for 2a754a7
src/features/project-page/content/projectContent.js
@@ -169,8 +169,9 @@ export const projectPageContent = {
169
teaserVideoAlt: "Ψ₀ teaser video",
170
actions: [
171
{ label: "Watch Demos", href: "#demos" },
172
- { label: "Paper", href: "https://arxiv.org/abs/0000.00000" },
173
- { label: "Model", href: "https://huggingface.co/models/usc-gvl/psi0" },
+ { label: "Paper", href: "https://arxiv.org/abs/2603.12263" },
+ { label: "Model", href: "https://huggingface.co/songlinwei/psi-model" },
174
+ { label: "Data", href: "https://huggingface.co/datasets/songlinwei/psi-data" },
175
{
176
label: "Code",
177
href: "https://github.com/physical-superintelligence-lab/Psi0",
0 commit comments