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 allenai
    /
    scibert_scivocab_uncased

    PyTorch bert
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, AutoModel
        
        tokenizer = AutoTokenizer.from_pretrained("allenai/scibert_scivocab_uncased")
        
        model = AutoModel.from_pretrained("allenai/scibert_scivocab_uncased")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/allenai/scibert_scivocab_uncased
        
      # 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
    allenai/scibert_scivocab_uncased /
    History: 6 commits
    julien-c's picture
    julien-c
    Migrate model card from transformers-repo f01d672 2 months ago
    • .gitattributes 345.0B initial commit 11 months ago
    • README.md 1.1KB Migrate model card from transformers-repo 2 months ago
    • config.json 385.0B Update config.json 10 months ago
    • pytorch_model.bin 421.7MB Update pytorch_model.bin 11 months ago
    • vocab.txt 222.5KB Update vocab.txt 11 months ago