Hugging Face's logo Hugging Face
    • Models
    • Datasets
    • Pricing
      • Website
        • Metrics
        • Languages
        • Organizations
      • Community
        • Forum
        • Blog
        • GitHub
      • Documentation
        • Model Hub doc
        • Inference API doc
        • Transformers doc
        • Tokenizers doc
        • Datasets doc

    • Log In
    • Sign Up
    • Account
      • Log In
      • Sign Up
    • Website
      • Models
      • Datasets
      • Metrics
      • Languages
      • Organizations
      • Pricing
    • Community
      • Forum
      • Blog
    • Documentation
      • Model Hub doc
      • Inference API doc
      • Transformers doc
      • Tokenizers doc
      • Datasets doc

    's picture hfl
    /
    chinese-electra-small-ex-discriminator

    PyTorch TensorFlow zh arxiv:2004.13922 apache-2.0
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModel
        
        tokenizer = AutoTokenizer.from_pretrained("hfl/chinese-electra-small-ex-discriminator")
        
        model = AutoModel.from_pretrained("hfl/chinese-electra-small-ex-discriminator")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/hfl/chinese-electra-small-ex-discriminator
        
      # if you want to clone without large files – just their pointers # prepend your git clone with the following env var:
      GIT_LFS_SKIP_SMUDGE=1
      • main
    hfl/chinese-electra-small-ex-discriminator /
    History: 13 commits
    hfl-rc
    add fast tokenizer config 999c15e 16 hours ago
    • .gitattributes 345.0B initial commit 9 months ago
    • README.md 2.0KB Update README.md 6 days ago
    • added_tokens.json 2.0B Update added_tokens.json 9 months ago
    • config.json 365.0B Update config.json 9 months ago
    • pytorch_model.bin 93.8MB Update pytorch_model.bin 9 months ago
    • special_tokens_map.json 112.0B Update special_tokens_map.json 9 months ago
    • tf_model.h5 94.2MB add tf2 model 1 month ago
    • tokenizer.json 262.7KB add fast tokenizer config 16 hours ago
    • tokenizer_config.json 19.0B Update tokenizer_config.json 9 months ago
    • vocab.txt 107.0KB Update vocab.txt 9 months ago