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

tokenizer = AutoTokenizer.from_pretrained("stanford-nlpxed/uptake-model")
model = AutoModel.from_pretrained("stanford-nlpxed/uptake-model", device_map="auto")
Quick Links

By using this model, you agree to the following:

  1. We will not use this model for commercial purposes.
  2. We will not attempt to recover any of the training / fine-tuning data from the model.
  3. We will not share or distribute this model in any way with outside of the research team and the project indicated in this email.
Downloads last month
9,178
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support