Instructions to use CSHaitao/SAILER_en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CSHaitao/SAILER_en with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForCotMAE tokenizer = AutoTokenizer.from_pretrained("CSHaitao/SAILER_en") model = BertForCotMAE.from_pretrained("CSHaitao/SAILER_en") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened over 1 year ago
by
SFconvertbot
Generating the same embeddings for all tokens.
#1 opened almost 3 years ago
by
mak050