Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bigscience-historical-texts
/
bert-base-blbooks-cased

Fill-Mask
Transformers
PyTorch
TensorBoard
Safetensors
English
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use bigscience-historical-texts/bert-base-blbooks-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bigscience-historical-texts/bert-base-blbooks-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="bigscience-historical-texts/bert-base-blbooks-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("bigscience-historical-texts/bert-base-blbooks-cased")
    model = AutoModelForMaskedLM.from_pretrained("bigscience-historical-texts/bert-base-blbooks-cased")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-blbooks-cased
2.22 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
stefan-it's picture
stefan-it
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
89a666e verified over 1 year ago
  • .gitattributes
    1.55 kB
    model: add original TF2 checkpoints over 3 years ago
  • README.md
    100 Bytes
    readme: update metadata over 3 years ago
  • ckpt-1000000.data-00000-of-00001
    1.33 GB
    xet
    model: add original TF2 checkpoints over 3 years ago
  • ckpt-1000000.index
    10.7 kB
    model: add original TF2 checkpoints over 3 years ago
  • config.json
    594 Bytes
    model: add converted pytorch model and configuration over 3 years ago
  • events.out.tfevents.1659008797.n-79da7743-w-0.1.0.v2
    375 kB
    xet
    metrics: add TensorBoard logs over 3 years ago
  • model.safetensors
    445 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin
    445 MB
    xet
    model: add converted pytorch model and configuration over 3 years ago
  • tokenizer_config.json
    83 Bytes
    tokenizer: add vocab and config over 3 years ago
  • vocab.txt
    220 kB
    tokenizer: add vocab and config over 3 years ago