Instructions to use ClueAI/PromptCLUE-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ClueAI/PromptCLUE-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ClueAI/PromptCLUE-base") model = AutoModelForSeq2SeqLM.from_pretrained("ClueAI/PromptCLUE-base") - Notebooks
- Google Colab
- Kaggle
Upload speice.vocab
Browse files- speice.vocab +0 -0
speice.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|