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

  • Log In
  • Sign Up

fathan
/
indojave-codemixed-bert-base

Fill-Mask
Transformers
PyTorch
TensorBoard
Indonesian
Javanese
English
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use fathan/indojave-codemixed-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fathan/indojave-codemixed-bert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="fathan/indojave-codemixed-bert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("fathan/indojave-codemixed-bert-base")
    model = AutoModelForMaskedLM.from_pretrained("fathan/indojave-codemixed-bert-base")
  • Notebooks
  • Google Colab
  • Kaggle
indojave-codemixed-bert-base / runs
105 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 554 commits
fathan's picture
fathan
End of training
3a5296f about 3 years ago
  • Feb11_05-10-24_cds-tesla
    End of training about 3 years ago