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

Livingwithmachines
/
bert_1890_1900

Fill-Mask
Transformers
PyTorch
Safetensors
bert
Model card Files Files and versions
xet
Community
1

Instructions to use Livingwithmachines/bert_1890_1900 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Livingwithmachines/bert_1890_1900 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Livingwithmachines/bert_1890_1900")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Livingwithmachines/bert_1890_1900")
    model = AutoModelForMaskedLM.from_pretrained("Livingwithmachines/bert_1890_1900")
  • Notebooks
  • Google Colab
  • Kaggle
bert_1890_1900
881 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
khosseini's picture
khosseini
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
659244b about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    1.07 kB
    Upload README.md almost 4 years ago
  • config.json
    1.02 kB
    Upload config.json almost 4 years ago
  • model.safetensors
    440 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    440 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tokenizer_config.json
    151 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • training_args.bin
    1.55 kB
    xet
    Upload training_args.bin almost 4 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt almost 4 years ago