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

Itcast
/
bert-base-cnc

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

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

  • Libraries
  • Transformers

    How to use Itcast/bert-base-cnc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Itcast/bert-base-cnc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Itcast/bert-base-cnc")
    model = AutoModelForMaskedLM.from_pretrained("Itcast/bert-base-cnc")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-cnc
818 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
775a1b4 almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • added_tokens.json
    2 Bytes
    Update added_tokens.json over 6 years ago
  • config.json
    676 Bytes
    Update config.json about 6 years ago
  • eval_results.txt
    36 Bytes
    Update eval_results.txt over 6 years ago
  • flax_model.msgpack
    409 MB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    409 MB
    xet
    Update pytorch_model.bin over 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 6 years ago
  • tokenizer_config.json
    59 Bytes
    Update tokenizer_config.json over 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "torch.device",
    • "argparse.Namespace"

    How to fix it?

    1.24 kB
    xet
    Update training_args.bin over 6 years ago
  • vocab.txt
    110 kB
    Update vocab.txt over 6 years ago