Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tatataha
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
app.py
tatataha
Update app.py
d98f04c
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
123 Bytes
# Load model directly
from
transformers
import
AutoModel
model = AutoModel.from_pretrained(
"dbmdz/bert-base-turkish-cased"
)