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
| {"do_tokenize_postprocess": true, "sep_token": "[SEP]", "cls_token": "[CLS]", "unk_token": "[UNK]", "pad_token": "[PAD]", "mask_token": "[MASK]", "do_lower_case": true, "model_max_length": 514, "tokenizer_class": "ErnieLayoutTokenizer", "special_tokens_map_file": "/root/.paddlenlp/models/__internal_testing__/tiny-random-uie-x/special_tokens_map.json"} |