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

colorfulscoop
/
bert-base-ja

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

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

  • Libraries
  • Transformers

    How to use colorfulscoop/bert-base-ja with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="colorfulscoop/bert-base-ja")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("colorfulscoop/bert-base-ja")
    model = AutoModelForPreTraining.from_pretrained("colorfulscoop/bert-base-ja")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-ja
991 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
elishowk's picture
elishowk
Automatic correction of README.md metadata. Contact website@huggingface.co for any question
bba3cc7 over 4 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • CHANGELOG.md
    89 Bytes
    Update CHANGELOG almost 5 years ago
  • README.md
    4.99 kB
    Automatic correction of README.md metadata. Contact website@huggingface.co for any question over 4 years ago
  • added_tokens.json
    16 Bytes
    Add models and model card almost 5 years ago
  • config.json
    781 Bytes
    Update architecture to BertForPreTraining almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    445 MB
    xet
    Add models and model card almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    Add models and model card almost 5 years ago
  • spm.model
    803 kB
    xet
    Add models and model card almost 5 years ago
  • tf_model.h5
    545 MB
    xet
    Add models and model card almost 5 years ago
  • tokenizer_config.json
    225 Bytes
    Add models and model card almost 5 years ago