How to use vic35get/HelBERT-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="vic35get/HelBERT-base")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("vic35get/HelBERT-base") model = AutoModel.from_pretrained("vic35get/HelBERT-base")
The community tab is the place to discuss and collaborate with the HF community!