Instructions to use PaddleCI/tiny-random-plato-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use PaddleCI/tiny-random-plato-mini with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, UnifiedTransformerLMHeadModel tokenizer = AutoTokenizer.from_pretrained("PaddleCI/tiny-random-plato-mini", from_hf_hub=True) model = UnifiedTransformerLMHeadModel.from_pretrained("PaddleCI/tiny-random-plato-mini", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
| {"do_lower_case": false, "unk_token": "[UNK]", "pad_token": "[UNK]", "cls_token": "[CLS]", "sep_token": "[SEP]", "mask_token": "[MASK]", "special_tokens_file": "", "model_max_length": 512, "tokenizer_class": "UnifiedTransformerTokenizer"} |