How to use GeneZC/sparsebert-base-minilm-99S with Transformers:
# Load model directly from transformers import AutoTokenizer, SparseBertMiniLM tokenizer = AutoTokenizer.from_pretrained("GeneZC/sparsebert-base-minilm-99S") model = SparseBertMiniLM.from_pretrained("GeneZC/sparsebert-base-minilm-99S")
The community tab is the place to discuss and collaborate with the HF community!