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

conan1024hao
/
cjkbert-base

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

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

  • Libraries
  • Transformers

    How to use conan1024hao/cjkbert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="conan1024hao/cjkbert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("conan1024hao/cjkbert-base")
    model = AutoModelForMaskedLM.from_pretrained("conan1024hao/cjkbert-base")
  • Notebooks
  • Google Colab
  • Kaggle
cjkbert-base
781 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
749ca35 almost 3 years ago
  • .gitattributes
    1.4 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    30 Bytes
    initial commit almost 4 years ago
  • config.json
    662 Bytes
    model first version almost 4 years ago
  • model.safetensors
    390 MB
    xet
    Adding `safetensors` variant of this model almost 3 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?

    390 MB
    xet
    model first version almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    model first version almost 4 years ago
  • tokenizer.json
    290 kB
    model first version almost 4 years ago
  • tokenizer_config.json
    46 Bytes
    model first version almost 4 years ago
  • train_results.txt
    141 Bytes
    model first version almost 4 years ago
  • trainer_state.json
    3.11 kB
    model first version almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    3.25 kB
    xet
    model first version almost 4 years ago