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