Instructions to use AISE-TUDelft/Custom-Activations-BERT-ReLU with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AISE-TUDelft/Custom-Activations-BERT-ReLU with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="AISE-TUDelft/Custom-Activations-BERT-ReLU")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AISE-TUDelft/Custom-Activations-BERT-ReLU") model = AutoModelForMaskedLM.from_pretrained("AISE-TUDelft/Custom-Activations-BERT-ReLU", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
35b91a9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2ca5d0aa4428452333d026e12121867947b1710e51552e3a8cda71724bc52c21
size 39474095
|