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 indobenchmark
    /
    indobert-large-p1

    PyTorch TensorFlow Indo4B id arxiv:2009.05387 mit bert indobert indobenchmark indonlu
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModel
        
        tokenizer = AutoTokenizer.from_pretrained("indobenchmark/indobert-large-p1")
        
        model = AutoModel.from_pretrained("indobenchmark/indobert-large-p1")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/indobenchmark/indobert-large-p1
        
      # 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
    indobenchmark/indobert-large-p1 /
    History: 8 commits
    julien-c's picture
    julien-c
    Migrate model card from transformers-repo d78e0d4 2 months ago
    • .gitattributes 345.0B initial commit 5 months ago
    • README.md 2.7KB Migrate model card from transformers-repo 2 months ago
    • config.json 1.5KB Update config.json 5 months ago
    • pytorch_model.bin 1.2GB Update pytorch_model.bin 5 months ago
    • special_tokens_map.json 112.0B Update special_tokens_map.json 5 months ago
    • tf_model.h5 1.4GB Update tf_model.h5 5 months ago
    • tokenizer_config.json 2.0B Update tokenizer_config.json 5 months ago
    • vocab.txt 223.8KB Update vocab.txt 5 months ago