nielsr HF Staff commited on
Commit
4addf61
·
verified ·
1 Parent(s): d8114fd

Improve metadata tags for discovery

Browse files

Hi! I'm Niels from the Hugging Face community science team.

This PR adds descriptive tags to the YAML metadata to help users find your model when searching for terms like "novel view synthesis" or "NVS". I've also ensured the main title matches the paper title for better consistency.

The model card is already excellent and very well-documented!

Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -5,9 +5,15 @@ license: other
5
  license_name: compvis-research-license
6
  license_link: LICENSE.md
7
  pipeline_tag: image-to-image
 
 
 
 
 
 
8
  ---
9
 
10
- # RayDer (Scalable Self-Supervised Novel View Synthesis from Real-World Video)
11
 
12
  [![Project Page](https://img.shields.io/badge/Project-Page-blue)](https://compvis.github.io/rayder/)
13
  [![Paper](https://img.shields.io/badge/arXiv-paper-b31b1b)](https://arxiv.org/abs/2605.31535)
@@ -79,4 +85,4 @@ If you find our model or code useful, please cite our paper:
79
  author={Ulrich Prestel and Stefan Andreas Baumann and Nick Stracke and Björn Ommer},
80
  year={2026},
81
  }
82
- ```
 
5
  license_name: compvis-research-license
6
  license_link: LICENSE.md
7
  pipeline_tag: image-to-image
8
+ tags:
9
+ - novel-view-synthesis
10
+ - nvs
11
+ - 3d
12
+ - self-supervised
13
+ - scaling-laws
14
  ---
15
 
16
+ # RayDer: Scalable Self-Supervised Novel View Synthesis from Real-World Video
17
 
18
  [![Project Page](https://img.shields.io/badge/Project-Page-blue)](https://compvis.github.io/rayder/)
19
  [![Paper](https://img.shields.io/badge/arXiv-paper-b31b1b)](https://arxiv.org/abs/2605.31535)
 
85
  author={Ulrich Prestel and Stefan Andreas Baumann and Nick Stracke and Björn Ommer},
86
  year={2026},
87
  }
88
+ ```