Instructions to use PaddleCI/tiny-random-uie-m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use PaddleCI/tiny-random-uie-m with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, UIEM tokenizer = AutoTokenizer.from_pretrained("PaddleCI/tiny-random-uie-m", from_hf_hub=True) model = UIEM.from_pretrained("PaddleCI/tiny-random-uie-m", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K