nielsr HF Staff commited on
Commit
ba992f4
·
verified ·
1 Parent(s): c1681a4

Add pipeline tag and library name

Browse files

This PR improves the model card by adding the `pipeline_tag` and `library_name` to the metadata.

These additions ensure:
- The model is correctly categorized as `image-to-image` pipeline, enhancing its discoverability on the Hub.
- Users are aware that the model is compatible with the `transformers` library, providing a familiar interface for interaction.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  ## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
@@ -99,4 +101,4 @@ If you find NextStep useful for your research and applications, please consider
99
  journal={arXiv preprint arXiv:2508.10711},
100
  year={2025}
101
  }
102
- ```
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-to-image
4
+ library_name: transformers
5
  ---
6
 
7
  ## NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale
 
101
  journal={arXiv preprint arXiv:2508.10711},
102
  year={2025}
103
  }
104
+ ```