Instructions to use stepfun-ai/NextStep-1-Large-Pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/NextStep-1-Large-Pretrain with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("stepfun-ai/NextStep-1-Large-Pretrain", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: Add pipeline tag, library name, and fix homepage URL
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding
pipeline_tag: text-to-imageto enable discoverability via the text-to-image filter on the Hub (https://huggingface.co/models?pipeline_tag=text-to-image). - Adding
library_name: transformersto ensure the model displays the correct "how to use" widget and is discoverable via the transformers library filter. - Correcting the project homepage URL to align with the official project page.
jingwwu changed pull request status to merged