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