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