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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

w11wo
/
javanese-distilbert-small

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
Javanese
distilbert
javanese-distilbert-small
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use w11wo/javanese-distilbert-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="w11wo/javanese-distilbert-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("w11wo/javanese-distilbert-small")
    model = AutoModelForMaskedLM.from_pretrained("w11wo/javanese-distilbert-small")
  • Notebooks
  • Google Colab
  • Kaggle
javanese-distilbert-small
900 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
w11wo's picture
w11wo
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
42a636e about 3 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    3.61 kB
    Update README.md over 4 years ago
  • config.json
    525 Bytes
    Initial commit; transferred base distilbert to javanese corpus about 5 years ago
  • model.safetensors
    268 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    268 MB
    xet
    Applied gradual unfreezing during transfer learning about 5 years ago
  • special_tokens_map.json
    112 Bytes
    Initial commit; transferred base distilbert to javanese corpus about 5 years ago
  • tf_model.h5
    363 MB
    xet
    Applied gradual unfreezing during transfer learning about 5 years ago
  • tokenizer_config.json
    320 Bytes
    Initial commit; transferred base distilbert to javanese corpus about 5 years ago
  • vocab.txt
    214 kB
    Applied gradual unfreezing during transfer learning about 5 years ago