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