Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

akahana
/
tinybert-javanese

Fill-Mask
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use akahana/tinybert-javanese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use akahana/tinybert-javanese with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="akahana/tinybert-javanese")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("akahana/tinybert-javanese")
    model = AutoModelForMaskedLM.from_pretrained("akahana/tinybert-javanese", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tinybert-javanese / runs
267 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 65 commits
akahana's picture
akahana
End of training
62d84ca verified about 2 years ago
  • Aug03_01-12-12_9eaebf5603b2
    End of training about 2 years ago
  • Jul30_00-37-31_8ff5e8032af8
    End of training about 2 years ago