Instructions to use imxly/prophetnet-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imxly/prophetnet-zh with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("imxly/prophetnet-zh") model = AutoModelForMultimodalLM.from_pretrained("imxly/prophetnet-zh") - Notebooks
- Google Colab
- Kaggle