Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

linyi
/
ern3

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

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

  • Libraries
  • Transformers

    How to use linyi/ern3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="linyi/ern3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("linyi/ern3")
    model = AutoModelForMaskedLM.from_pretrained("linyi/ern3")
  • Notebooks
  • Google Colab
  • Kaggle
ern3
473 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
linyi's picture
linyi
save ernie3.0 base model
d2991c5 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • config.json
    721 Bytes
    save ernie3.0 base model over 3 years ago
  • pytorch_model.bin
    472 MB
    xet
    save ernie3.0 base model over 3 years ago
  • special_tokens_map.json
    112 Bytes
    save ernie3.0 base model over 3 years ago
  • tokenizer.json
    818 kB
    save ernie3.0 base model over 3 years ago
  • tokenizer_config.json
    353 Bytes
    save ernie3.0 base model over 3 years ago
  • vocab.txt
    187 kB
    save ernie3.0 base model over 3 years ago