YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Test

from transformers import AutoTokenizer, AutoModel      
tokenizer = AutoTokenizer.from_pretrained("NakHyun/electra_kr_v1")    
model = AutoModel.from_pretrained("NakHyun/electra_kr_v1")
Downloads last month
2
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.