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