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

  • Log In
  • Sign Up

fathan
/
indojave-codemixed-roberta-base

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

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

  • Libraries
  • Transformers

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

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