Instructions to use Wataru/sentence-roberta-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Wataru/sentence-roberta-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Wataru/sentence-roberta-tiny")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Wataru/sentence-roberta-tiny", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
03fc679 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:394b0bd856a62d40ca3bd0351e82a6238f1204f9ae9710f8ec83847349d8f244
size 1935280
|