Instructions to use imxly/sentence_roberta_wwm_ext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imxly/sentence_roberta_wwm_ext with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="imxly/sentence_roberta_wwm_ext")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("imxly/sentence_roberta_wwm_ext") model = AutoModel.from_pretrained("imxly/sentence_roberta_wwm_ext") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
28b1082 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b203b786263ae41ebc58ccb1b9f6ba8a2a54699f0fbe671decc2d5bbdd253fa6
size 409077741
|