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