Instructions to use ClueAI/PromptCLUE-base-paddle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use ClueAI/PromptCLUE-base-paddle with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, T5ForConditionalGeneration tokenizer = AutoTokenizer.from_pretrained("ClueAI/PromptCLUE-base-paddle", from_hf_hub=True) model = T5ForConditionalGeneration.from_pretrained("ClueAI/PromptCLUE-base-paddle", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
ec816d9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ae9129478b85ff6a32869a12243d514180293462f104c219d1740e82a0f6ec28
size 1187739649
|