Instructions to use PaddleCI/tiny-random-uie-x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use PaddleCI/tiny-random-uie-x with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, UIEX tokenizer = AutoTokenizer.from_pretrained("PaddleCI/tiny-random-uie-x", from_hf_hub=True) model = UIEX.from_pretrained("PaddleCI/tiny-random-uie-x", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
| {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}} |