Add the EleCzech-lc checkpoint. f30a3b6
Milan Straka commited on
How to use ufal/eleczech-lc-small with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ufal/eleczech-lc-small", device_map="auto")