How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="RyuKT/DefSentPlus-roberta-base")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("RyuKT/DefSentPlus-roberta-base")
model = AutoModel.from_pretrained("RyuKT/DefSentPlus-roberta-base")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

BibTeX

@misc{liu2024defsent, title={DefSent+: Improving sentence embeddings of language models by projecting definition sentences into a quasi-isotropic or isotropic vector space of unlimited dictionary entries}, author={Xiaodong Liu}, year={2024}, eprint={2405.16153}, archivePrefix={arXiv} }

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for RyuKT/DefSentPlus-roberta-base