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
    • We're hiring!

    • 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

    AI4Bharat's picture ai4bharat
    /
    indic-bert

    PyTorch AI4Bharat IndicNLP Corpora en mit albert
    Model card Files and versions

    How to use from the 🤗/transformers library

    from transformers import AutoTokenizer, AutoModel
      
    tokenizer = AutoTokenizer.from_pretrained("ai4bharat/indic-bert")
    
    model = AutoModel.from_pretrained("ai4bharat/indic-bert")

    Or just clone the model repo

    git lfs install
    git clone https://huggingface.co/ai4bharat/indic-bert
    # 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
      indic-bert
      History: 11 commits
      divkakwani's picture
      divkakwani
      Update config.json 97ae2d6 7 days ago
      • .gitattributes 345.0B initial commit last year
      • README.md 4.7KB Migrate model card from transformers-repo last year
      • config.json 507.0B Update config.json 7 days ago
      • pytorch_model.bin 128.7MB Update pytorch_model.bin last year
      • spiece.model 5.4MB Update spiece.model last year
      • spiece.vocab 5.3MB Update spiece.vocab last year
      • tf_model.ckpt.data-00000-of-00001 381.6MB Update tf_model.ckpt.data-00000-of-00001 last year
      • tf_model.ckpt.index 1.8KB Update tf_model.ckpt.index last year
      • tf_model.ckpt.meta 2.1MB Update tf_model.ckpt.meta last year