How to use almanach/Biomed-Enriched-classifier with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("almanach/Biomed-Enriched-classifier") model = AutoModel.from_pretrained("almanach/Biomed-Enriched-classifier")
The community tab is the place to discuss and collaborate with the HF community!