Instructions to use binwang/RSE-BERT-base-Transfer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use binwang/RSE-BERT-base-Transfer with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForRSE tokenizer = AutoTokenizer.from_pretrained("binwang/RSE-BERT-base-Transfer") model = BertForRSE.from_pretrained("binwang/RSE-BERT-base-Transfer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
92e758d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:53e5296478a5055b50b38a145a796631d7364c0d853bf48681f7b2cc920d255b
size 438005807
|