Instructions to use ClueAI/PromptCLUE-base-v1-5-paddle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use ClueAI/PromptCLUE-base-v1-5-paddle with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, T5ForConditionalGeneration tokenizer = AutoTokenizer.from_pretrained("ClueAI/PromptCLUE-base-v1-5-paddle", from_hf_hub=True) model = T5ForConditionalGeneration.from_pretrained("ClueAI/PromptCLUE-base-v1-5-paddle", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by xuehaha - opened