Instructions to use pe65374/PromptCLUE-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pe65374/PromptCLUE-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pe65374/PromptCLUE-base") model = AutoModelForSeq2SeqLM.from_pretrained("pe65374/PromptCLUE-base") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md c0a0c8b
Upload tokenizer_config.json with huggingface_hub 3e04def
Upload spiece.vocab with huggingface_hub 77c3f1a
Upload spiece.model with huggingface_hub 1cf9e6e
Upload pytorch_model.bin with huggingface_hub ab4eef0
Upload config.json with huggingface_hub 9767e84
Upload README.md with huggingface_hub 8ea90d1
initial commit e5041f0
Zhang ning commited on