2nd run 5606503
pantheon commited on
How to use loodos/bert-base-turkish-uncased with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("loodos/bert-base-turkish-uncased", device_map="auto")