Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

cahya
/
bert-base-indonesian-NER

Token Classification
Transformers
PyTorch
JAX
Indonesian
bert
Model card Files Files and versions
xet
Community
5

Instructions to use cahya/bert-base-indonesian-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cahya/bert-base-indonesian-NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cahya/bert-base-indonesian-NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cahya/bert-base-indonesian-NER")
    model = AutoModelForTokenClassification.from_pretrained("cahya/bert-base-indonesian-NER")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
README.md exists but content is empty.
Downloads last month
60,106
Inference Providers NEW
Token Classification

Model tree for cahya/bert-base-indonesian-NER

Finetunes
3 models

Spaces using cahya/bert-base-indonesian-NER 16

cahya/NusaBert-ner
🐒
destiratnakomala/NER
🐠
drrahmadk/Green_Policing_news
πŸ”₯
wiraindrak/entity-based-sentiment-analysis
😻
wiraindrak/summary-of-summarizer
πŸ”₯
Khushter/entity-based-sentiment-analysis
πŸ“ˆ
emildd/cahya-bert-base-indonesian-NER
πŸš€
KhuKaliChinque/cahya-bert-base-indonesian-NER

Collection including cahya/bert-base-indonesian-NER

Indonesian NER

Collection
Language Models fine-tuned on Indonesian NER β€’ 5 items β€’ Updated Mar 12, 2025
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs