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

jcblaise
/
bert-tagalog-base-uncased

Fill-Mask
Transformers
PyTorch
JAX
Tagalog
bert
tagalog
filipino
Model card Files Files and versions
xet
Community
1

Instructions to use jcblaise/bert-tagalog-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jcblaise/bert-tagalog-base-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="jcblaise/bert-tagalog-base-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("jcblaise/bert-tagalog-base-uncased")
    model = AutoModelForMaskedLM.from_pretrained("jcblaise/bert-tagalog-base-uncased")
  • Notebooks
  • Google Colab
  • Kaggle
bert-tagalog-base-uncased
2.2 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 17 commits
jcblaise's picture
jcblaise
Update README.md
eedcb4c over 4 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • README.md
    1.74 kB
    Update README.md over 4 years ago
  • bert_model.ckpt.data-00000-of-00001
    1.32 GB
    xet
    Update bert_model.ckpt.data-00000-of-00001 about 6 years ago
  • bert_model.ckpt.index
    9.38 kB
    Update bert_model.ckpt.index about 6 years ago
  • bert_model.ckpt.meta
    4.97 MB
    Update bert_model.ckpt.meta about 6 years ago
  • config.json
    624 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    437 MB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    439 MB
    xet
    Update pytorch_model.bin about 6 years ago
  • tokenizer_config.json
    54 Bytes
    Update tokenizer_config.json over 5 years ago
  • vocab.txt
    256 kB
    Update vocab.txt about 6 years ago