Instructions to use Intel/bert-base-uncased-sparse-1_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Intel/bert-base-uncased-sparse-1_2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("Intel/bert-base-uncased-sparse-1_2") model = AutoModelForPreTraining.from_pretrained("Intel/bert-base-uncased-sparse-1_2") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 11 months ago
by
SFconvertbot