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

indiejoseph
/
bert-base-cantonese

Fill-Mask
Transformers
PyTorch
TensorBoard
Safetensors
Yue Chinese
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use indiejoseph/bert-base-cantonese with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="indiejoseph/bert-base-cantonese")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("indiejoseph/bert-base-cantonese")
    model = AutoModelForMaskedLM.from_pretrained("indiejoseph/bert-base-cantonese", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-cantonese
822 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 49 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
e1dfe2a almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.62 kB
    Update README.md almost 3 years ago
  • added_tokens.json
    8 kB
    Training in progress, step 500 almost 3 years ago
  • all_results.json
    197 Bytes
    End of training almost 3 years ago
  • config.json
    861 Bytes
    Upload BertForMaskedLM almost 3 years ago
  • generation_config.json
    95 Bytes
    Model save almost 3 years ago
  • model.safetensors
    411 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin
    411 MB
    xet
    Upload BertForMaskedLM almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 almost 3 years ago
  • tokenizer.json
    529 kB
    Training in progress, step 500 almost 3 years ago
  • tokenizer_config.json
    85.9 kB
    Training in progress, step 500 almost 3 years ago
  • train_results.json
    197 Bytes
    End of training almost 3 years ago
  • trainer_state.json
    1.72 kB
    End of training almost 3 years ago
  • training_args.bin
    4.09 kB
    xet
    Model save almost 3 years ago
  • vocab.txt
    110 kB
    Training in progress, step 500 almost 3 years ago