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