nielsr HF Staff commited on
Commit
d3eab6a
·
verified ·
1 Parent(s): d31f71a

Add image-to-image pipeline tag and link to paper

Browse files

This PR adds the `pipeline_tag: image-to-image` to the model card metadata. This will allow the model to be properly categorized and discovered on the Hugging Face Model Hub. Also adding a direct link to the paper.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
  - renderformer
6
- license: mit
7
  ---
8
 
9
  # RenderFormer: Transformer-based Neural Rendering of Triangle Meshes with Global Illumination</h1>
10
 
11
- This repo contains the weights of **RenderFormer-V1.1-Large**.
 
12
 
13
  ## Quick Start
14
 
 
1
  ---
2
+ license: mit
3
  tags:
4
  - model_hub_mixin
5
  - pytorch_model_hub_mixin
6
  - renderformer
7
+ pipeline_tag: image-to-image
8
  ---
9
 
10
  # RenderFormer: Transformer-based Neural Rendering of Triangle Meshes with Global Illumination</h1>
11
 
12
+ This repo contains the weights of **RenderFormer-V1.1-Large**.\
13
+ For more information, see [the paper](https://huggingface.co/papers/2505.21925).
14
 
15
  ## Quick Start
16