Update README.md d600ea1
Martin Polacek commited on
How to use mpolacek/ElectraCzech-small with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("mpolacek/ElectraCzech-small", dtype="auto")