How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, RoBERTaForRSE

tokenizer = AutoTokenizer.from_pretrained("binwang/RSE-RoBERTa-base-Transfer")
model = RoBERTaForRSE.from_pretrained("binwang/RSE-RoBERTa-base-Transfer", device_map="auto")
Quick Links

Historical research checkpoint โ€” RSE

No longer actively maintained. Retained for reproducibility of the original work.

This repository contains one variant of the RSE research models. The repository name identifies the backbone (BERT or RoBERTa), model size (base or large), and experiment variant (STS, USEB, Transfer, or 10-relations). Refer to the original description below for this checkpoint's configuration.

Original model description

The RSE-RoBERTa-base-Transfer is trained with 2 relations including:

  1. entailment
  2. paraphrase

The RoBERTa-base model is used as initialization.

It can be used ideally for Transfer datasets - (Downstream Tasks).

Downloads last month
17
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Collection including binwang/RSE-RoBERTa-base-Transfer