Instructions to use DeepLearning101/Medical-Advice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use DeepLearning101/Medical-Advice with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, UIEM tokenizer = AutoTokenizer.from_pretrained("DeepLearning101/Medical-Advice", from_hf_hub=True) model = UIEM.from_pretrained("DeepLearning101/Medical-Advice", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
File size: 112 Bytes
e69522b | 1 | {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"} |