How to use Hartunka/bert_base_rand_5_v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, DistilBertForLDAMaskedLM tokenizer = AutoTokenizer.from_pretrained("Hartunka/bert_base_rand_5_v2") model = DistilBertForLDAMaskedLM.from_pretrained("Hartunka/bert_base_rand_5_v2")
The community tab is the place to discuss and collaborate with the HF community!