Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ltg
/
bnc-bert-span-document

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

Instructions to use ltg/bnc-bert-span-document with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ltg/bnc-bert-span-document with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ltg/bnc-bert-span-document")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("ltg/bnc-bert-span-document", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bnc-bert-span-document
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
davda54's picture
davda54
fixed tokenizer
0f1b7a6 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    474 Bytes
    Upload 7 files about 3 years ago
  • configuration_ltgbert.py
    1.23 kB
    Upload 7 files about 3 years ago
  • modeling_ltgbert.py
    27.2 kB
    Upload 7 files about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    418 MB
    xet
    Upload pytorch_model.bin about 3 years ago
  • special_tokens_map.json
    157 Bytes
    Upload 7 files about 3 years ago
  • tokenizer.json
    368 kB
    fixed tokenizer almost 3 years ago
  • tokenizer_config.json
    106 Bytes
    Upload 7 files about 3 years ago