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

junnyu
/
uer_large

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

Instructions to use junnyu/uer_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use junnyu/uer_large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="junnyu/uer_large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("junnyu/uer_large")
    model = AutoModelForMaskedLM.from_pretrained("junnyu/uer_large")
  • Notebooks
  • Google Colab
  • Kaggle
uer_large
1.39 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
junnyu's picture
junnyu
Update README.md
78a0e00 almost 5 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    638 Bytes
    Update README.md almost 5 years ago
  • config.json
    592 Bytes
    Update config.json 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?

    1.39 GB
    xet
    add uer large almost 5 years ago
  • vocab.txt
    110 kB
    add uer large almost 5 years ago