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

  • Log In
  • Sign Up

technicolor
/
BERT_ZH1

Feature Extraction
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use technicolor/BERT_ZH1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="technicolor/BERT_ZH1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("technicolor/BERT_ZH1")
    model = AutoModel.from_pretrained("technicolor/BERT_ZH1")
  • Notebooks
  • Google Colab
  • Kaggle
BERT_ZH1
409 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
technicolor's picture
technicolor
Upload 2 files
30d15a9 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    31 Bytes
    initial commit about 2 years ago
  • config.json
    890 Bytes
    Upload 2 files about 2 years ago
  • model.safetensors
    409 MB
    xet
    Upload 2 files about 2 years ago