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

tohoku-nlp
/
bert-base-japanese-char-v2

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Japanese
bert
Model card Files Files and versions
xet
Community
2

Instructions to use tohoku-nlp/bert-base-japanese-char-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tohoku-nlp/bert-base-japanese-char-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="tohoku-nlp/bert-base-japanese-char-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("tohoku-nlp/bert-base-japanese-char-v2")
    model = AutoModelForMaskedLM.from_pretrained("tohoku-nlp/bert-base-japanese-char-v2")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-japanese-char-v2
1.11 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
elishowk's picture
elishowk
Automatic correction of README.md metadata. Contact website@huggingface.co for any question
e17e40a almost 5 years ago
  • .gitattributes
    736 Bytes
    allow flax about 5 years ago
  • README.md
    2.6 kB
    Automatic correction of README.md metadata. Contact website@huggingface.co for any question almost 5 years ago
  • config.json
    516 Bytes
    Update to add insufficient keys over 5 years ago
  • flax_model.msgpack
    363 MB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    366 MB
    xet
    First commit of the bert-base-japanese-char-v2 model and tokenizer. over 5 years ago
  • tf_model.h5
    386 MB
    xet
    First commit of the bert-base-japanese-char-v2 model and tokenizer. over 5 years ago
  • tokenizer_config.json
    174 Bytes
    First commit of the bert-base-japanese-char-v2 model and tokenizer. over 5 years ago
  • vocab.txt
    24.1 kB
    First commit of the bert-base-japanese-char-v2 model and tokenizer. over 5 years ago